« Back to Product

Documentation

LCN_SwitchRelay

 boolean LCN_SwitchRelay (int $InstanceID, boolean $Status) 

Parameters

InstanceID

ID of the device to be switched

Status

TRUE for On, FALSE for Off

Returns

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

Description

Switches the relay with the ID InstanceID to value Status

Example

LCN_SwitchRelay(12345, true); //Turn on relay
Any questions?