Documentation
LCN_SetRelay
boolean LCN_SetRelay (int $InstanceID, string $Wert)
Parameters
InstanceID | ID of the Instance; the ID of the splitter instance, not the device instance |
Wert | 8 times character combination of the following values |
Returns
If the command succeeds, it returns TRUE, otherwise FALSE.
Description
Set all relays of the instance with the ID InstanceID to Value
Example
LCN_SetRelay(12345, "--1100UU");