WifiNetwork

data class WifiNetwork(val ssid: String, val bssid: String, val signalStrength: Int, val isProtected: Boolean)(source)

A WiFi access point returned by the nymea GetNetworks command.

Constructors

Link copied to clipboard
constructor(ssid: String, bssid: String, signalStrength: Int, isProtected: Boolean)

Properties

Link copied to clipboard

MAC address of the access point.

Link copied to clipboard

Whether the network requires a password.

Link copied to clipboard

Signal strength 0-100 %.

Link copied to clipboard

ESSID / network name.