get_wifi_networks
Retrieve current Wi-Fi scan results from the Busy Bar to browse available networks and signal quality before changing access points.
Instructions
Retrieve currently scanned Wi-Fi networks from the Busy Bar device.
This tool queries GET /api/wifi/networks via `WiFiApi.get_wifi_networks()` to obtain
the latest scan results of available wireless access points in range.
Returns a NetworkResponse object containing:
- count (int): Number of networks found in the scan
- networks (list[Network]): Array of network entries, each with SSID, BSSID, RSSI,
channel, security method, and frequency band information
Use case:
Browse available Wi-Fi networks before switching the Busy Bar to a different
access point or confirming signal quality at a new location.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||