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.
Code snippet
Updates live as you fill in the form above.
TypeScript
import google_home from '@utdk/google/home';
await google_home.scanfornetworks()