WaitEvents

Purpose

This function will suspend operation of the script and allow the HomeSeer application to run.  This is useful if you are waiting for a voice command or some other action that HomeSeer needs to recognize.  If this function is not called, a script will time out in 30 seconds and prompt the user to either wait longer or kill the script.  If this function is called within the 30 seconds, the script will not time out.

Parameters

None.

Returns

None.

Example

WaitEvents Script Example