WiFiAccessPoint

  • This document describes the JSON representation of WiFi access point information, including MAC address and signal strength.

  • The schema includes two fields: macAddress (string in int64 format representing the access point's MAC address) and strengthDbm (integer representing the signal strength in dBm).

WiFi access point information.

JSON representation
{
  "macAddress": string,
  "strengthDbm": integer
}
Fields
macAddress

string (int64 format)

The MAC address of the access point.

strengthDbm

integer

The signal strength of the access point, in dBm.