Module Values.ImportedWirelessDeviceSource

Information about a wireless device that has been added to an import task.

Sourcetype nonrec t = {
  1. sidewalk : ImportedSidewalkDevice.t option;
    (*

    The Sidewalk-related information about a device that has been added to an import task.

    *)
}
Sourceval make : ?sidewalk:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `String of SidewalkManufacturingSn.t | `Timestamp of LastUpdateTime.t ]) list ]) 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