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

ZigbeeDeviceDiscovery

API to manage zigbee device discovery.

List zigbee device discovery.

get

List all available zigbee device discovery resources.

Authorizations
hue-application-keystringRequired
Responses
200

ZigbeeDeviceDiscovery Success Response

application/json
get/clip/v2/resource/zigbee_device_discovery

Get zigbee device discovery.

get

Get details of a single zigbee device discovery resource from its given {zigbeeDeviceDiscoveryId}.

Authorizations
hue-application-keystringRequired
Path parameters
zigbeeDeviceDiscoveryIdstringRequired

ID of the zigbee device discovery

Responses
200

ZigbeeDeviceDiscovery Success Response

application/json
get/clip/v2/resource/zigbee_device_discovery/{zigbeeDeviceDiscoveryId}

Update zigbee device discovery.

put

Update a single zigbee device discovery resource from its given {zigbeeDeviceDiscoveryId}.

Authorizations
hue-application-keystringRequired
Path parameters
zigbeeDeviceDiscoveryIdstringRequired

ID of the zigbee device discovery

Body
typestringOptional

Type of the supported resources (always zigbee_device_discovery here)

Responses
200

Success

application/json
put/clip/v2/resource/zigbee_device_discovery/{zigbeeDeviceDiscoveryId}

Last updated

Was this helpful?