Documentation
LCN_AddGroup
boolean LCN_AddGroup (int $InstanceID, int $Group)
Parameters
InstanceID | Instance ID; the ID of the splitter instance, not the device instance |
Group | Group number (1..255) |
Returns
If the command succeeds, it returns TRUE, otherwise FALSE.
Description
Adds the device with ID InstanceID to the group with group number Group.
Example
//The device with ID 12345 is added to group 123
LCN_AddGroup(12345, 123);