« Back to Product

Documentation

SC_MoveDown

 boolean SC_MoveDown (int $InstanceID, int $Duration) 

Parameters

InstanceID

ID of the shutter control instance

Duration

0 = limit switch, >1 = duration in ms

Returns

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

Description

Moves the shutter for the device with ID InstanceID down for Duration milliseconds.

Warning

The status variable is reset to 100 regardless of the time moved.

Example

SC_MoveDown(12345, 0); //Move down
Any questions?