boolean SC_MoveUp (integer $InstanceID, integer $Duration)
InstanceID | ID of Shutter Control Instance |
Duration | 0 = End position, >1 = Duration in ms |
If the command succeeds, it returns TRUE, otherwise FALSE. |
Moves the shutters for the device with the ID InstanceID for Duration milliseconds upwards.
The state variable is reset regardless of the elapsed time to 0.
SC_MoveUp(12345, 0); //Go upwards