boolean SC_Move (int $InstanceID, int $Position)
InstanceID | ID of the shutter control instance |
Position | 0%-100%, 99% = leave a gap |
If the command succeeds, it returns TRUE, otherwise FALSE.
Moves the shutter for the device with ID InstanceID to Position.
Since some radio systems are unidirectional, it cannot be determined whether a function was successful. As a result, exact positioning cannot be guaranteed.
SC_Move(12345, 50); //Move to 50%