Description Usage Arguments Value See Also
Hue API: sensors endpoints
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | create_sensor(..., return_id = FALSE)
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)
|
... |
named parameters describing sensor state (e.g. |
return_id |
when creating a new resource, the default is to return
|
id |
id of a specific sensor |
name |
name to assign to the sensor |
Requests with side effects return TRUE
(invisibly) upon
success. GET requests return the response content, parsed into a list.
https://developers.meethue.com/documentation/sensors-api
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.