For the complete documentation index, see llms.txt. This page is also available as Markdown.

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
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
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
200

Success

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

Last updated

Was this helpful?