provider Wifi POST /scan_wifi
@utdk/google/home /scan_wifi
Scan for Networks
This initiates scanning for Wi-Fi networks. The results can be obtained with `/setup/scan_results` after triggering the scan with this request.

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.

scanfornetworks
POST/scan_wifi
This initiates scanning for Wi-Fi networks. The results can be obtained with `/setup/scan_results` after triggering the scan with this request.

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.scanfornetworks()