Hue API: schedules endpoints

create_schedule(...)

get_schedules()

get_schedule(id)

set_schedule_attributes(id, ...)

delete_schedule(id)

Arguments

...

named parameters describing schedule attributes (e.g. name = "foo")

id

ID of a specific schedule

Value

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.