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

Success

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

Last updated

Was this helpful?