Sha256: 75b811d3134ed2ae9c13523545eecf1b2206cd2b0e39e5bb3efe63ee3422f0ef
Contents?: true
Size: 349 Bytes
Versions: 13
Compression:
Stored size: 349 Bytes
Contents
# Alerts Controls for honking the horn and flashing the lights. ## POST `/api/1/vehicles/{id}/command/honk_horn` Honks the horn twice. ### Response ```json { "reason": "", "result": true } ``` ## POST `/api/1/vehicles/{id}/command/flash_lights` Flashes the headlights once. ### Response ```json { "reason": "", "result": true } ```
Version data entries
13 entries across 13 versions & 1 rubygems