Send feedback!
(Edit)
EIB_DriveStep
boolean EIB_DriveStep (integer $InstanceID, boolean $StepTowards)
Parameters
InstanceID |
ID of the device to be switched
|
StepTowards |
Standard: False = Up, True = Down; Invert: True = Up, False = Down
|
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