boolean PJ_SetServo (int $InstanceID, int $Channel, int $Value)
InstanceID | ID of the device to be switched |
Channel | Servo channel 1..4 |
Value | Value from 0..255 |
If the command succeeds, it returns TRUE, otherwise FALSE.
Sets a servo channel Channel on the controller with ID InstanceID to Value.
PJ_SetServo(12345, 1, 255);