boolean EIB_PriorityControl (integer $InstanceID, integer $State)
InstanceID | ID of the device to be switched |
State | Default: 0..3; Enhanced: -1 = Off, 0 = N/A, 1 = On |
If the command succeeds, it returns TRUE, otherwise FALSE. |
Sets the device with ID InstanceID to a specific State.
EIB_PriorityControl(12345, 0);