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