POST
/
{vin}
/
command
/
set_seat_heat
Set Seat Heating
curl --request POST \
  --url https://api.tessie.com/{vin}/command/set_seat_heat \
  --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.

seat
enum<string>
required

The name of the seat, or "all".

Available options:
front_left,
front_right,
rear_lefta,
rear_center,
rear_right,
third_row_left,
third_row_right
Example:

"front_left"

level
number
default:3

The heating level. Set to 0 to turn off.

Response

200 - application/json

Success

The response is of type object.