GroupedMotion

API to manage grouped motion sensors.

List grouped motion sensors.

get

List all available grouped motion sensors resources.

Authorizations
hue-application-keystringRequired
Responses
chevron-right
200

GroupedMotion Success Response

application/json
get
/clip/v2/resource/grouped_motion

Get grouped motion.

get

Get details of a single grouped motion resource from its given {groupedMotionId}.

Authorizations
hue-application-keystringRequired
Path parameters
groupedMotionIdstringRequired

ID of the grouped motion

Responses
chevron-right
200

GroupedMotion Success Response

application/json
get
/clip/v2/resource/grouped_motion/{groupedMotionId}

Update grouped motion.

put

Update a single grouped motion resource from its given {groupedMotionId}.

Authorizations
hue-application-keystringRequired
Path parameters
groupedMotionIdstringRequired

ID of the grouped motion

Body
typestringOptional

Type of the supported resources (always grouped_motion here)

Responses
chevron-right
200

Success

application/json
put
/clip/v2/resource/grouped_motion/{groupedMotionId}

Last updated

Was this helpful?