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
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.

Configure credentials 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()