Represents a list of WiFi networks.

interface ESPWifiList {
    auth: number;
    bssid?: string;
    channel?: number;
    rssi: number;
    ssid: string;
}

Properties

auth: number
bssid?: string
channel?: number
rssi: number
ssid: string