Unconnected clients statistics
UnconnectedClientStat
Name | Type | Tags | Description |
---|---|---|---|
ApMac |
string |
Required | mac address of the AP that heard the client |
LastSeen |
float64 |
Required | last seen timestamp |
Mac |
string |
Required | mac address of the (unconnected) client |
Manufacture |
string |
Required | device manufacture, through fingerprinting or OUI |
MapId |
models.Optional[uuid.UUID] |
Optional | map_id of the client (if known), or null |
Rssi |
int |
Required | client RSSI observered by the AP that heard the client (in dBm) |
X |
*float64 |
Optional | x (in pixels) of user location on the map (if known) |
Y |
float64 |
Required | y (in pixels) of user location on the map (if known) |
{
"ap_mac": "ap_mac8",
"last_seen": 135.06,
"mac": "mac0",
"manufacture": "manufacture0",
"map_id": "00000184-0000-0000-0000-000000000000",
"rssi": 130,
"x": 135.22,
"y": 10.5
}