WifiDevice

@JsonClass(generateAdapter = true)
data class WifiDevice(@Json(name = "mac") val mac: String, @Json(name = "rawRssi") val rawRssi: Int)

Constructors

Link copied to clipboard
constructor(@Json(name = "mac") mac: String, @Json(name = "rawRssi") rawRssi: Int)

Properties

Link copied to clipboard
val mac: String

The mac address of the wifi device.

Link copied to clipboard

The raw RSSI of the wifi device.