Values.UpdateWirelessDeviceRequestSourceUpdates properties of a wireless device.
type nonrec t = {id : WirelessDeviceId.t;The ID of the resource to update.
*)destinationName : DestinationName.t option;The name of the new destination for the device.
*)name : WirelessDeviceName.t option;The new name of the resource. The following special characters aren't accepted: <>^#~$
*)description : Description.t option;A new description of the resource.
*)loRaWAN : LoRaWANUpdateDevice.t option;The updated wireless device's configuration.
*)positioning : PositioningConfigStatus.t option;The integration status of the Device Location feature for LoRaWAN and Sidewalk devices.
*)sidewalk : SidewalkUpdateWirelessDevice.t option;The updated sidewalk properties.
*)}val make :
?destinationName:??? ->
?name:??? ->
?description:??? ->
?loRaWAN:??? ->
?positioning:??? ->
?sidewalk:??? ->
id:WirelessDeviceId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of WirelessDeviceId.t
| `Structure of
(string
* [> `String of DeviceProfileId.t
| `Structure of
(string
* [> `Integer of FCntStart.t
| `List of
[> `Structure of
(string
* [> `Enum of string
| `Integer of FPort.t
| `String of DestinationName.t ])
list ]
list
| `String of DestinationName.t
| `Structure of (string * [> `Integer of FPort.t ]) list ])
list ])
list ])
list ]