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

WifiConnectivity

API to manage WiFi connectivity.

List WiFi connectivity.

get

List all available WiFi connectivity resources.

Authorizations
hue-application-keystringRequired
Responses
200

WifiConnectivity Success Response

application/json
get/clip/v2/resource/wifi_connectivity

Get WiFi connectivity.

get

Get details of a single WiFi connectivity resource from its given {wifiConnectivityId}.

Authorizations
hue-application-keystringRequired
Path parameters
wifiConnectivityIdstringRequired

ID of the WiFi connectivity

Responses
200

WifiConnectivity Success Response

application/json
get/clip/v2/resource/wifi_connectivity/{wifiConnectivityId}

Update WiFi connectivity.

put

Update a single WiFi connectivity resource from its given {wifiConnectivityId}.

Authorizations
hue-application-keystringRequired
Path parameters
wifiConnectivityIdstringRequired

ID of the WiFi connectivity

Body
typestringOptional

Type of the supported resources (always wifi_connectivity here)

Responses
200

Success

application/json
put/clip/v2/resource/wifi_connectivity/{wifiConnectivityId}

Last updated

Was this helpful?