provider Wifi GET /scan_results
@utdk/google/home /scan_results
Get Wi-Fi Scan Results
This gets a list of all nearby Wi-Fi access points. The list only has the connected AP by default. Once a scan is triggered by `/setup/scan_wifi`, the whole list is cached for ~3 minutes. Then it will revert to returning only the connected AP again.

Try it

Authentication
Configure credentials for Google Home
getwiFiscanresults
GET/scan_results
This gets a list of all nearby Wi-Fi access points. The list only has the connected AP by default. Once a scan is triggered by `/setup/scan_wifi`, the whole list is cached for ~3 minutes. Then it will revert to returning only the connected AP again.

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