Motion

API to manage motion services. These are offered by devices with motion sensing capabilities.

List motion sensors.

get

List all available motion sensors.

Authorizations
hue-application-keystringRequired
Responses
chevron-right
200

Motion Success Response

application/json
get
/clip/v2/resource/motion

Get motion sensor.

get

Get details of a single motion sensor from its given {motionId}.

Authorizations
hue-application-keystringRequired
Path parameters
motionIdstringRequired

ID of the motion sensor

Responses
chevron-right
200

Motion Success Response

application/json
get
/clip/v2/resource/motion/{motionId}

Update Motion Sensor

put

Update a single motion sensor from its given {motionId}.

Authorizations
hue-application-keystringRequired
Path parameters
motionIdstringRequired

Id of the motion sensor

Body
typestringOptional

Type of the supported resources (always motion here)

enabledbooleanOptional

true when the sensor is activated, false when deactivated

Responses
chevron-right
200

Success

application/json
put
/clip/v2/resource/motion/{motionId}

Last updated

Was this helpful?