Tesla
Defroster
Returns the current state of a vehicle’s front and rear defroster.
GET
/
vehicles
/
{is}
/
{make}
/
climate
/
defroster
This endpoint is currently available for tesla
Permission
read_climate
Request
Path
id
string
requiredThe vehicle ID of the vehicle you are making a request to.
make
string
requiredThe make of the vehicle you are making a request to.
Response
frontStatus
string
The current state of the front defroster.
rearStatus
string
The current state of the rear defroster.
Was this page helpful?