boolean LCN_SwitchMemory (int $InstanceID, int $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 InstanceIDto a stored value
LCN_SwitchMemory(12345, 0); //Turn off device immediately