HVAC
Clear HVAC schedule
Coming soon. Clear the schedule on this HVAC device. The route answers 501 Not Implemented until first-class schedules ship.
DELETE
curl
Coming soon. First-class schedules are on the roadmap. Until they ship, this route answers
501 Not Implemented.Schedule the work one command at a time instead. Send a push with start to run a command later, or with start and end to run it for a window. Send one push for each time you want something to happen.A device that lists auto.schedule in its commands map already runs its own stored program when you send that command.Authorizations
Path Parameters
The unique identifier for the HVAC device.
Example:
"device_abc123"
Response
Device not found or access denied.
Uniform error response. The error.code identifies the failure, error.message carries a human-readable explanation, and error.details carries structured context (failed fields, conflicting action IDs, supported capabilities) where relevant.
curl