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

ConvenienceAreaMotion

API to manage convenience area motion.

List convenience area motion sensors.

get

List all available convenience area motion sensors resources.

Authorizations
hue-application-keystringRequired
Responses
200

ConvenienceAreaMotion Success Response

application/json
get/clip/v2/resource/convenience_area_motion

Get convenience area motion.

get

Get details of a single convenience area motion resource from its given {convenienceAreaMotionId}.

Authorizations
hue-application-keystringRequired
Path parameters
convenienceAreaMotionIdstringRequired

ID of the convenience area motion

Responses
200

ConvenienceAreaMotion Success Response

application/json
get/clip/v2/resource/convenience_area_motion/{convenienceAreaMotionId}

Update convenience area motion.

put

Update a single convenience area motion resource from its given {convenienceAreaMotionId}.

Authorizations
hue-application-keystringRequired
Path parameters
convenienceAreaMotionIdstringRequired

ID of the convenience area motion

Body
typestringOptional

Type of the supported resources (always convenience_area_motion here)

enabledbooleanOptional

True when sensor is activated, false when deactivated.

Responses
200

Success

application/json
put/clip/v2/resource/convenience_area_motion/{convenienceAreaMotionId}

Last updated

Was this helpful?