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

Contact

API to manage contact sensors.

List contact sensors.

get

List all available contact sensor resources.

Authorizations
hue-application-keystringRequired
Responses
200

Contact Success Response

application/json
get/clip/v2/resource/contact

Get contact sensor.

get

Get details of a single contact sensor resource from its given {contactId}.

Authorizations
hue-application-keystringRequired
Path parameters
contactIdstringRequired

ID of the contact sensor

Responses
200

Contact Success Response

application/json
get/clip/v2/resource/contact/{contactId}

Update contact sensor.

put

Update a single contact sensor resource from its given {contactId}.

Authorizations
hue-application-keystringRequired
Path parameters
contactIdstringRequired

ID of the contact sensor

Body
typestringOptional

Type of the supported resources (always contact here)

enabledbooleanOptional

True when sensor is activated, false when deactivated.

Responses
200

Success

application/json
put/clip/v2/resource/contact/{contactId}

Last updated

Was this helpful?