« Back to Product

Documentation

EIB_Move

 boolean EIB_Move (int $InstanceID, int $Direction) 

Parameters

InstanceID

ID of the KNX shutter instance

Direction

0 = up, 1 = step (up), 2 = stop, 3 = step (down), 4 = down

Returns

If the command succeeds, it returns TRUE, otherwise FALSE.

Description

Use the InstanceID to move the shutter in the desired Direction.

Example

EIB_move (12345, 3); //Stop shutters
Any questions?