Module Values.WiFiAccessPointSource

Wi-Fi access point.

Sourcetype nonrec t = {
  1. macAddress : WiFiAccessPointMacAddressString.t;
    (*

    Medium access control address (Mac).

    *)
  2. rss : WiFiAccessPointRssInteger.t;
    (*

    Received signal strength (dBm) of the WLAN measurement data.

    *)
}
Sourceval context_ : string
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of WiFiAccessPointRssInteger.t | `String of WiFiAccessPointMacAddressString.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t