Documentation
THL_Start
Require: IP-Symcon >= 5.0
boolean THL_Start (int $InstanceID)
Parameters
InstanceID | ID of the Instance |
Returns
If the command could be executed successfully, it returns TRUE as result, otherwise FALSE.
Description
Activates the light in the staircase and starts the timer, which deactivates the light again. The timer is reset if it is called up again.
Example
THL_Start(12345);