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