provider Wifi GET /configured_networks
@utdk/google/home /configured_networks
Get Saved Networks
This gets a list of all saved Wi-Fi networks. Each network has `ssid`, `wpa_auth`, `wpa_cipher` and `wpa_id`. `wpa_id` is an incrementing number used to identify a saved network. #TODO: Add values for `wpa_auth` and `wpa_cipher`.

Try it

Authentication
Configure credentials for Google Home
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

getsavednetworks
GET/configured_networks
This gets a list of all saved Wi-Fi networks. Each network has `ssid`, `wpa_auth`, `wpa_cipher` and `wpa_id`. `wpa_id` is an incrementing number used to identify a saved network. #TODO: Add values for `wpa_auth` and `wpa_cipher`.

This operation has no parameters.

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import google_home from '@utdk/google/home';

await google_home.getsavednetworks()