Battery
Get this battery's schedule
Read the schedule currently set on this battery. 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 battery's scheduleSet or replace the schedule on this battery. 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