« Back to Product

Documentation

LCN_SwitchMemory

 boolean LCN_SwitchMemory (int $InstanceID, int $Ramp) 

Parameters

InstanceID

ID of the device to be switched

Ramp

Number of seconds, 0 = Immediately

Returns

If the command succeeds, it returns TRUE, otherwise FALSE.

Description

Switches the device with the ID InstanceIDto a stored value

Example

LCN_SwitchMemory(12345, 0); //Turn off device immediately
Any questions?