WiFi Access Logs 2019-09-09T09:46:28+08:00

API – WiFi Access Log

Introduction

The WiFi access log object includes WiFi access log of outdoor wireless access points. The earliest data traces back to May 2019 and the data is refreshed in at least 5 minutes.

API Reference

WiFi Access Log Data Dictionary

FieldTypeIndexedDescriptionExample
dateTimedateYesDatetime for WiFi access of a device."dateTime": "2019-07-14T20:04:28+08:00"
apNamestringYesIdentity for the WiFi access point."apName": "RC3-W-1"
clientStatusstringYesStatus of access:

  • Auth success = the device is connected to WiFi
  • Deauth from sta = the device is disconnected from WiFi
"clientStatus": "Auth success"
hashIDstringYesHashed ID representing the device connected to WiFi, same device got same hashID within the same day."hashID": "90c2bd045f119337b6ea139bda80a07c"
ouistringYesAn OUI (Organizationally Unique Identifier) which identifies a vendor or manufacturer of the device connected to WiFi ."oui": "Xiaomi Communications Co Ltd"
apLatitudedoubleNoLatitude of the WiFi access point."apLatitude": "22.1304658968915"
apLongitudedoubleNoLongitude of the WiFi access point."apLongitude": "113.541480476353"