2018-10-05 20:09:08 +02:00
|
|
|
{
|
2019-02-28 07:01:38 +01:00
|
|
|
"servos.Servo.maxAngle": "Gets the maximum angle for the servo",
|
|
|
|
"servos.Servo.minAngle": "Gets the minimum angle for the servo",
|
2018-10-05 20:09:08 +02:00
|
|
|
"servos.Servo.run": "Set the throttle on a continuous servo",
|
|
|
|
"servos.Servo.run|param|speed": "the throttle of the motor from -100% to 100%",
|
2019-02-28 07:01:38 +01:00
|
|
|
"servos.Servo.setAngle": "Set the servo angle",
|
|
|
|
"servos.Servo.setRange": "Configure the range support by the servo between 0 and 180",
|
|
|
|
"servos.Servo.setRange|param|maxAngle": "the maximum angle from 90 to 180",
|
|
|
|
"servos.Servo.setRange|param|minAngle": "the minimum angle from 0 to 90",
|
|
|
|
"servos.Servo.setStopOnNeutral": "Sets a mode where the servo is stopped when the angle is neutral (0%).",
|
|
|
|
"servos.Servo.setStopOnNeutral|param|on": "true to enable this mode"
|
2018-10-05 20:09:08 +02:00
|
|
|
}
|