sensors
endpointsHue API: sensors
endpoints
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)
named parameters describing sensor state (e.g. on = TRUE
)
ID of a specific sensor
name to assign to the sensor
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.
https://developers.meethue.com/develop/hue-api/5-sensors-api/