« Back to Product

Documentation

SC_MoveDown

 boolean SC_MoveDown (int $InstanceID, int $Duration) 

Parameters

InstanceID

ID of Shutter Control Instance

Duration

0 = End position, >1 = Duration in ms

Returns

If the command succeeds, it returns TRUE, otherwise FALSE.

Description

Moves the shutters for the device with the ID InstanceID for Duration milliseconds downwards.

Warning

The state variable is reset regardless of the elapsed time to 100.

Example

SC_MoveDown(12345, 0); //Go downwards
Any questions?