POST
/
{vin}
/
command
/
set_cabin_overheat_protection
Set Cabin Overheat Protection
curl --request POST \
  --url https://api.tessie.com/{vin}/command/set_cabin_overheat_protection \
  --header 'Authorization: Bearer <token>'
{
  "result": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

vin
string
required

The associated VIN.

Query Parameters

wait_for_completion
boolean
default:true

Whether to wait for the command to complete before returning a response.

on
boolean

Whether the feature should be on or off.

fan_only
boolean

Whether to use only the fan for cooling.

Response

200 - application/json

Success

The response is of type object.