Tamper

API to manage tamper detection sensors.

List tamper sensors.

get

List all available tamper sensor resources.

Authorizations
hue-application-keystringRequired
Responses
chevron-right
200

Tamper Success Response

application/json
get
/clip/v2/resource/tamper

Get tamper sensor.

get

Get details of a single tamper sensor resource from its given {tamperId}.

Authorizations
hue-application-keystringRequired
Path parameters
tamperIdstringRequired

ID of the tamper sensor

Responses
chevron-right
200

Tamper Success Response

application/json
get
/clip/v2/resource/tamper/{tamperId}

Update tamper sensor.

put

Update a single tamper sensor resource from its given {tamperId}.

Authorizations
hue-application-keystringRequired
Path parameters
tamperIdstringRequired

ID of the tamper sensor

Body
typestringOptional

Type of the supported resources (always tamper here)

Responses
chevron-right
200

Success

application/json
put
/clip/v2/resource/tamper/{tamperId}

Last updated

Was this helpful?