Sensors
This page regroups the sensors-related APIs.
Last updated
Was this helpful?
This page regroups the sensors-related APIs.
Last updated
Was this helpful?
List all available light levels.
/clip/v2/resource/light_level
Get details of a single light from its given {lightId}
.
/clip/v2/resource/light_level/{lightId}
ID of the light
Update a single light from its given {lightId}
.
/clip/v2/resource/light_level/{lightId}
ID of the light
Type of the supported resources (always light_level
here)
true when sensor is activated, false when deactivated
List all temperatures
/clip/v2/resource/temperature
Get details of a single temperature sensor from its given {temperatureId}
.
/clip/v2/resource/temperature/{temperatureId}
ID of the temperature sensor
Update a temperature sensor from its given {temperatureId}
.
/clip/v2/resource/temperature/{temperatureId}
ID of the temperature sensor
Type of the supported resources (always temperature
here)
temperature
true when sensor is activated, false when deactivated