boolean LCN_SwitchMemory (integer $InstanceID, integer $Ramp)
InstanceID | ID of the device to be switched |
Ramp | Number of seconds, 0 = Immediately |
If the command succeeds, it returns TRUE, otherwise FALSE. |
Switches the device with the ID __InstanceID__to a stored value
LCN_SwitchMemory(12345, 0); //Turn off device immediately