schedules
endpointsHue API: schedules
endpoints
create_schedule(...)get_schedules()
get_schedule(id)
set_schedule_attributes(id, ...)
delete_schedule(id)
named parameters describing schedule attributes
(e.g. name = "foo"
)
ID of a specific schedule
Requests that create resources return the ID of the newly created
item, requests with side effects return TRUE
upon success, and GET
requests return the response content, parsed into a list.
https://developers.meethue.com/develop/hue-api/3-schedules-api/