boolean EIB_PriorityPosition (integer $InstanceID, boolean $Direction)
InstanceID | ID of the device to be switched |
Direction | Standard: False = Up, True = Down; Invert: True = Up, False = Down |
If the command succeeds, it returns TRUE, otherwise FALSE. |
Sets the device with ID InstanceID to a certain Direction. Depending on configuration the direction can be inverted.
EIB_PriorityPosition(12345, true); //Move shutters