EV Charger
Get this EV charger's schedule
Read the schedule currently set on this EV charger. A schedule is device config, so it is read on the device, the same surface that carries settings. The cross-device list lives at GET /schedules. The route is published ahead of the scheduler; every call returns 501 until it lands.
GET
curl
Previous
Set this EV charger's scheduleSet or replace the schedule on this EV charger. The schedule's contents are device config, so they are written on the device itself rather than posted to a separate resource. The body is a non-empty `slots` array (each slot an `at` absolute-timestamp variant or a `time` wall-clock variant), an optional `recurrence` rule, and a schedule-level IANA `timezone` for `time`-variant slots. The route is published ahead of the scheduler; every call returns 501 until it lands.
Next
curl