boolean EIB_Position (integer $InstanceID, integer $Position)
InstanceID | ID of the KNX shutter instance |
Position | 0-100% |
If the command succeeds, it returns TRUE, otherwise FALSE. |
Moves the shutter with the InstanceID to the desired Position.
This function only works if the KNX device supports absolute positioning
EIB_Position(12345, 50); //Move roller shutters to 50%