---
title: "Set Seat Heating"
method: POST
path: "/{vin}/command/set_seat_heat"
tags: ["Vehicle Commands"]
---

# Set Seat Heating

`POST /{vin}/command/set_seat_heat`

Sets the seat heating level.

## Query parameters

- `wait_for_completion` boolean
- `max_attempts` integer
- `seat` 'front_left' | 'front_right' | 'rear_lefta' | 'rear_center' | 'rear_right' | 'third_row_left' | 'third_row_right', required
- `level` number

## Response `200`

Success

- object
  - `result` boolean — Whether the command was successful.

---

[API](https://skmtc.net/tessie/apis/tessie-api.md) · [All operations](https://skmtc.net/tessie/apis/tessie-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tessie/tessie-api/versions/a9157f7a53a2/schema)
