resourcelinks {PhilipsHue} | R Documentation |
Hue API: resourcelinks
endpoints
Description
Hue API: resourcelinks
endpoints
Usage
create_resourcelink(...)
get_resourcelinks()
get_resourcelink(id)
set_resourcelink_attributes(id, ...)
delete_resourcelink(id)
Arguments
... |
named parameters describing resourcelink attributes
(e.g. |
id |
ID of a specific resourcelink |
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/9-resourcelinks-api/
[Package PhilipsHue version 1.0.0 Index]