boolean LCN_SelectSceneRegister (int $InstanceID, int $Register)
InstanceID | ID of the device to be switched |
Register | Which register should be selected (0..9) |
If the command succeeds, it returns TRUE, otherwise FALSE.
Selects register with number Register of device with ID InstanceID.
// Selects register 2 of device with ID 12345
ULCN_SelectSceneRegister(12345, 2);