Documentation
SC_Move
boolean SC_Move (int $InstanceID, int $Position)
Parameters
InstanceID | ID of the shutter control instance |
Position | 0%-100%, 99% = leave a gap |
Returns
If the command succeeds, it returns TRUE, otherwise FALSE.
Description
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.
Example
SC_Move(12345, 50); //Move to 50%