sensors {PhilipsHue} | R Documentation |
Hue API: sensors
endpoints
Description
Hue API: sensors
endpoints
Usage
create_sensor(...)
search_for_new_sensors()
get_new_sensors()
rename_sensor(id, name)
get_sensors()
get_sensor(id)
set_sensor_config(id, ...)
set_sensor_state(id, ...)
delete_sensor(id)
Arguments
... |
named parameters describing sensor state (e.g. |
id |
ID of a specific sensor |
name |
name to assign to the sensor |
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/5-sensors-api/
[Package PhilipsHue version 1.0.0 Index]