GroupedLightLevel

API to manage grouped light level sensors.

List grouped light level sensors.

get

List all available grouped light level sensors resources.

Authorizations
hue-application-keystringRequired
Responses
chevron-right
200

GroupedLightLevel Success Response

application/json
get
/clip/v2/resource/grouped_light_level

Get grouped light level.

get

Get details of a single grouped light level resource from its given {groupedLightLevelId}.

Authorizations
hue-application-keystringRequired
Path parameters
groupedLightLevelIdstringRequired

ID of the grouped light level

Responses
chevron-right
200

GroupedLightLevel Success Response

application/json
get
/clip/v2/resource/grouped_light_level/{groupedLightLevelId}

Update grouped light level.

put

Update a single grouped light level resource from its given {groupedLightLevelId}.

Authorizations
hue-application-keystringRequired
Path parameters
groupedLightLevelIdstringRequired

ID of the grouped light level

Body
typestringOptional

Type of the supported resources (always grouped_light_level here)

Responses
chevron-right
200

Success

application/json
put
/clip/v2/resource/grouped_light_level/{groupedLightLevelId}

Last updated

Was this helpful?