WifiScan

@JsonClass(generateAdapter = true)
data class WifiScan(@Json(name = "deliveryTime") val deliveryTime: String, @Json(name = "devices") val devices: List<WifiDevice> = emptyList(), @Json(name = "source") val source: String?)

Constructors

Link copied to clipboard
constructor(@Json(name = "deliveryTime") deliveryTime: String, @Json(name = "devices") devices: List<WifiDevice> = emptyList(), @Json(name = "source") source: String?)

Properties

Link copied to clipboard

The delivery time of the wifi scan.

Link copied to clipboard

An array of wifi devices, including mac address and raw RSSI.

Link copied to clipboard

The source of the Wi-Fi scan data.