« Back to Product

Documentation

LCN_SelectSceneRegister

 boolean LCN_SelectSceneRegister (int $InstanceID, int $Register) 

Parameters

InstanceID

ID of the device to be switched

Register

Which register should be selected (0..9)

Returns

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

Description

Selects register with number Register of device with ID InstanceID.

Example

// Selects register 2 of device with ID 12345 
ULCN_SelectSceneRegister(12345, 2);
Any questions?