boolean SC_MoveDown (int $InstanceID, int $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 downwards.
The state variable is reset regardless of the elapsed time to 100.
SC_MoveDown(12345, 0); //Go downwards