« Back to Product

Documentation

SC_MoveUp

 boolean SC_MoveUp (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 upwards.

Warning

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

Example

SC_MoveUp(12345, 0); //Go upwards
Any questions?