boolean EIB_PriorityControl (int $InstanceID, int $State)
InstanceID | ID of the device to be switched |
State | Default |
If the command succeeds, it returns TRUE, otherwise FALSE.
Sets the device with ID InstanceID to a specific State.
EIB_PriorityControl(12345, 0);