CameraMotion

API to manage camera motion detection.

List camera motion sensors.

get

List all available camera motion sensors resources.

Authorizations
hue-application-keystringRequired
Responses
chevron-right
200

CameraMotion Success Response

application/json
get
/clip/v2/resource/camera_motion

Get camera motion.

get

Get details of a single camera motion resource from its given {cameraMotionId}.

Authorizations
hue-application-keystringRequired
Path parameters
cameraMotionIdstringRequired

ID of the camera motion

Responses
chevron-right
200

CameraMotion Success Response

application/json
get
/clip/v2/resource/camera_motion/{cameraMotionId}

Update camera motion.

put

Update a single camera motion resource from its given {cameraMotionId}.

Authorizations
hue-application-keystringRequired
Path parameters
cameraMotionIdstringRequired

ID of the camera motion

Body
typestringOptional

Type of the supported resources (always camera_motion here)

enabledbooleanOptional

True when sensor is activated, false when deactivated.

Responses
chevron-right
200

Success

application/json
put
/clip/v2/resource/camera_motion/{cameraMotionId}

Last updated

Was this helpful?