boolean EIB_Move (int $InstanceID, int $Direction)
InstanceID | ID of the KNX shutter instance |
Direction | 0 = up, 1 = step (up), 2 = stop, 3 = step (down), 4 = down |
If the command succeeds, it returns TRUE, otherwise FALSE.
Use the InstanceID to move the shutter in the desired Direction.
EIB_move (12345, 3); //Stop shutters