set_seat_cool
Set the cooling level for any seat in your Tesla from 0 (off) to 3 (high). Automatically wakes the vehicle if asleep.
Instructions
Sets the cooling level for a specific seat (0=off, 1=low, 2=medium, 3=high) — auto-wakes if asleep
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vin | No | Vehicle Identification Number (VIN). Defaults to TESSIE_DEFAULT_VIN env var if set. | |
| seat | Yes | Which seat | |
| level | Yes | Cooling level 0-3 | |
| max_attempts | No | Maximum retry attempts | |
| wait_for_completion | No | Wait for the command to complete before returning |