Vehicle State
This endpoint was deprecated and returns 404.
GET /api/1/vehicles/{id}/data_request/vehicle_state
/api/1/vehicles/{id}/data_request/vehicle_state
Returns the vehicle's physical state, such as which doors are open.
For the trunk (rt) and frunk (ft) fields, you should interpret a zero (0) value as closed and a non-zero value as open (partially or fully).
Here are the currently known values for the center_display_state
field:
State
Description
0
Off
2
On, standby or Camp Mode
3
On, charging screen
4
On
5
On, Big charging screen
6
On, Ready to unlock
7
Sentry Mode
8
Dog Mode
9
Media
Here are the descriptions for the shorthand fields:
Field
Description
df
driver front
dr
driver rear
pf
passenger front
pr
passenger rear
ft
front trunk
rt
rear trunk
Response
Last updated