Module Values.SidewalkCreateWirelessDeviceSource

Sidewalk object for creating a wireless device.

Sourcetype nonrec t = {
  1. deviceProfileId : DeviceProfileId.t option;
    (*

    The ID of the Sidewalk device profile.

    *)
  2. positioning : SidewalkPositioning.t option;
    (*

    The Positioning object of the Sidewalk device.

    *)
  3. sidewalkManufacturingSn : SidewalkManufacturingSn.t option;
    (*

    The Sidewalk manufacturing serial number.

    *)
}
Sourceval make : ?deviceProfileId:??? -> ?positioning:??? -> ?sidewalkManufacturingSn:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of DeviceProfileId.t | `Structure of (string * [> `String of DestinationName.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