schedule_software_update
Schedule a Tesla software update to install after a set delay, automatically waking the vehicle if it is asleep.
Instructions
Schedules a software update to install after a delay (in seconds) — 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. | |
| offset_sec | Yes | Seconds from now to begin the update | |
| max_attempts | No | Maximum retry attempts | |
| wait_for_completion | No | Wait for the command to complete before returning |