Alerts
Controls for honking the horn and flashing the lights.
POST /api/1/vehicles/{id}/command/honk_horn
/api/1/vehicles/{id}/command/honk_hornHonks the horn twice.
Response
{
"reason": "",
"result": true
}POST /api/1/vehicles/{id}/command/flash_lights
/api/1/vehicles/{id}/command/flash_lightsFlashes the headlights once.
Response
{
"reason": "",
"result": true
}Last updated