LightLevel

API to manage light level services. These are offered by devices with light level sensing capabilities.

List light levels.

get

List all available light levels.

Authorizations
hue-application-keystringRequired
Responses
chevron-right
200

Light Level Success Response

application/json
get
/clip/v2/resource/light_level

Get light

get

Get details of a single light from its given {lightId}.

Authorizations
hue-application-keystringRequired
Path parameters
lightIdstringRequired

ID of the light

Responses
chevron-right
200

Light Level Success Response

application/json
get
/clip/v2/resource/light_level/{lightId}

Update light

put

Update a single light from its given {lightId}.

Authorizations
hue-application-keystringRequired
Path parameters
lightIdstringRequired

ID of the light

Body
typestringOptional

Type of the supported resources (always light_level here)

enabledbooleanOptional

true when sensor is activated, false when deactivated

Responses
chevron-right
200

Success

application/json
put
/clip/v2/resource/light_level/{lightId}

Last updated

Was this helpful?