Learn R Programming

PhilipsHue (version 1.0.0)

resourcelinks: 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. name = "foo")

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/