SecurityAreaMotion

API to manage security area motion.

List security area motion sensors.

get

List all available security area motion sensors resources.

Authorizations
hue-application-keystringRequired
Responses
chevron-right
200

SecurityAreaMotion Success Response

application/json
get
/clip/v2/resource/security_area_motion

Get security area motion.

get

Get details of a single security area motion resource from its given {securityAreaMotionId}.

Authorizations
hue-application-keystringRequired
Path parameters
securityAreaMotionIdstringRequired

ID of the security area motion

Responses
chevron-right
200

SecurityAreaMotion Success Response

application/json
get
/clip/v2/resource/security_area_motion/{securityAreaMotionId}

Update security area motion.

put

Update a single security area motion resource from its given {securityAreaMotionId}.

Authorizations
hue-application-keystringRequired
Path parameters
securityAreaMotionIdstringRequired

ID of the security area motion

Body
typestringOptional

Type of the supported resources (always security_area_motion here)

enabledbooleanOptional

True when sensor is activated, false when deactivated.

Responses
chevron-right
200

Success

application/json
put
/clip/v2/resource/security_area_motion/{securityAreaMotionId}

Last updated

Was this helpful?