POST
/
{vin}
/
command
/
set_climate_keeper_mode
Set Climate Keeper Mode
curl --request POST \
  --url https://api.tessie.com/{vin}/command/set_climate_keeper_mode \
  --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.

mode
integer
required

The Climate Keeper mode. Use 1 for Keep Mode, 2 for Dog Mode, 3 for Camp Mode, 0 to disable.

Example:

2

Response

200 - application/json

Success

The response is of type object.