ZgpConnectivity

API to manage Zigbee Green Power connectivity.

List ZGP connectivity.

get

List all available Zigbee Green Power connectivity resources.

Authorizations
hue-application-keystringRequired
Responses
chevron-right
200

ZgpConnectivity Success Response

application/json
get
/clip/v2/resource/zgp_connectivity

Get ZGP connectivity.

get

Get details of a single ZGP connectivity resource from its given {zgpConnectivityId}.

Authorizations
hue-application-keystringRequired
Path parameters
zgpConnectivityIdstringRequired

ID of the ZGP connectivity

Responses
chevron-right
200

ZgpConnectivity Success Response

application/json
get
/clip/v2/resource/zgp_connectivity/{zgpConnectivityId}

Update ZGP connectivity.

put

Update a single ZGP connectivity resource from its given {zgpConnectivityId}.

Authorizations
hue-application-keystringRequired
Path parameters
zgpConnectivityIdstringRequired

ID of the ZGP connectivity

Body
typestringOptional

Type of the supported resources (always zgp_connectivity here)

Responses
chevron-right
200

Success

application/json
put
/clip/v2/resource/zgp_connectivity/{zgpConnectivityId}

Last updated

Was this helpful?