Wake the car and re-read its state
toyota_wake_vehicleWake your Toyota to fetch its current status, including doors and climate, instead of relying on stale parked data. Use when you need state as of now.
Instructions
Ask the car to report its current state right now, then re-read doors and climate.
The passive reads only see what the car pushed when it parked; this sends the same wake request the MyToyota app uses. It costs the car a little 12 V battery and cellular time — use it when the user needs the state as of now, not routinely.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doors | No | ||
| detail | Yes | ||
| status | Yes | 'needs_confirmation' = nothing was sent; 'verified' = the car reported the new state; 'accepted' = Toyota accepted the command but the car has not confirmed it yet; 'failed' = the car rejected it. | |
| climate | No | ||
| command | Yes | ||
| charging | No | ||
| elapsed_seconds | No |