Documentation
EIB_DriveStep
boolean EIB_DriveStep (int $InstanceID, boolean $StepTowards)
Parameters
InstanceID | ID of the device to be switched |
StepTowards | Standard |
Returns
If the command succeeds, it returns TRUE, otherwise FALSE.
Description
Moving the device Stepwise with ID InstanceID into a determined Direction. Depending on the configuration, the movement direction can be inverted.
Example
EIB_DriveStep(12345, true); //Shutters move stepwise