Tesla JSON API (Unofficial)
GitHubTesla
  • Introduction
  • API Basics
    • Authentication
    • Users
    • Vehicles
    • Energy Products
    • Trip Planner
  • Vehicle
    • State
      • Data
      • Charge State
      • Climate State
      • Drive State
      • GUI Settings
      • Vehicle State
      • Vehicle Config
      • Mobile Enabled
      • Nearby Charging Sites
      • Miscellaneous
    • Commands
      • Wake
      • Alerts
      • Remote Start
      • Homelink
      • Speed Limit
      • Valet Mode
      • Sentry Mode
      • Doors
      • Frunk/Trunk
      • Windows
      • Sunroof
      • Charging
      • Climate
      • Media
      • Sharing
      • Software Updates
      • Calendar
      • Miscellaneous
    • Streaming
    • Autopark/Summon
    • Option Codes
  • Energy Products
    • Overview
      • History
      • State
      • Commands
  • Miscellaneous
    • Endpoints File
Powered by GitBook
On this page
  • POST /api/1/vehicles/{id}/command/honk_horn
  • Response
  • POST /api/1/vehicles/{id}/command/flash_lights
  • Response
Edit on GitHub
  1. Vehicle
  2. Commands

Alerts

Controls for honking the horn and flashing the lights.

POST /api/1/vehicles/{id}/command/honk_horn

Honks the horn twice.

Response

{
  "reason": "",
  "result": true
}

POST /api/1/vehicles/{id}/command/flash_lights

Flashes the headlights once.

Response

{
  "reason": "",
  "result": true
}
PreviousWakeNextRemote Start

Last updated 3 years ago