groups
endpointsHue API: groups
endpoints
create_group(...)get_groups()
get_group(id)
set_group_attributes(id, ...)
set_group_state(id, ...)
delete_group(id)
named parameters describing group attributes or state
(e.g. name = "foo"
; on = TRUE
)
ID of a specific group
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.