Values.SidewalkCreateWirelessDeviceSourceSidewalk object for creating a wireless device.
type nonrec t = {deviceProfileId : DeviceProfileId.t option;The ID of the Sidewalk device profile.
*)positioning : SidewalkPositioning.t option;The Positioning object of the Sidewalk device.
*)sidewalkManufacturingSn : SidewalkManufacturingSn.t option;The Sidewalk manufacturing serial number.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of DeviceProfileId.t
| `Structure of (string * [> `String of DestinationName.t ]) list ])
list ]