For the complete documentation index, see llms.txt. This page is also available as Markdown.

Tamper

API to manage tamper detection sensors.

List tamper sensors.

get

List all available tamper sensor resources.

Authorizations
hue-application-keystringRequired
Responses
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
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
200

Success

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

Last updated

Was this helpful?