Documentation
THL_SetActive
Require: IP-Symcon >= 5.0
boolean THL_SetActive (int $InstanceID, boolean $Value)
Parameters
InstanceID | ID of the Instance |
Value | TODO |
Returns
If the command could be executed successfully, it returns TRUE as result, otherwise FALSE.
Description
Activates or deactivates the staircase lighting control. If the staircase lighting was switched on by the control and the control is deactivated, the current control process is still completed. However, the timer is not reset when the input sensor is triggered again. The staircase lighting will therefore be switched off after the timer has expired despite the deactivated control.
Example
THL_SetActive(12345, true);