Values.LoRaWANUpdateDeviceSourceLoRaWAN object for update functions.
type nonrec t = {deviceProfileId : DeviceProfileId.t option;The ID of the device profile for the wireless device.
*)serviceProfileId : ServiceProfileId.t option;The ID of the service profile.
*)abpV1_1 : UpdateAbpV1_1.t option;ABP device object for update APIs for v1.1
*)abpV1_0_x : UpdateAbpV1_0_x.t option;ABP device object for update APIs for v1.0.x
*)fPorts : UpdateFPorts.t option;FPorts object for the positioning information of the device.
*)}val to_value :
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
| `Structure of (string * [> `Integer of FPort.t ]) list ])
list ])
list ]