Documentation
DS_ShutterMove
boolean DS_ShutterMove (int $InstanceID, int $Position)
Parameters
InstanceID | ID of the device to be switched |
Position | Position from 0-255 |
Returns
If the command succeeds, it returns TRUE, otherwise FALSE.
Description
Moves the roller shutter/awning/ blind with the ID InstanceID to the position Position until DS_ShutterStop is executed or the target position is reached.
Example
DS_ShutterMove(12345, 128); //Set to 50%