groups {PhilipsHue} | R Documentation |
Hue API: groups
endpoints
Description
Hue API: groups
endpoints
Usage
create_group(...)
get_groups()
get_group(id)
set_group_attributes(id, ...)
set_group_state(id, ...)
delete_group(id)
Arguments
... |
named parameters describing group attributes or state
(e.g. |
id |
ID of a specific group |
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.
See Also
https://developers.meethue.com/develop/hue-api/groupds-api/
[Package PhilipsHue version 1.0.0 Index]