/api/1/vehicles/{id}/command/set_sentry_mode
Turns sentry mode on or off.
This endpoint requires a singular parameter on, inside the POST body with the value set to true for enabling and false for disabling sentry mode.
on
true
false
{ "on": "true" }
{ "reason": "", "result": true }
Last updated 4 years ago