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