Values.LoRaWANDeviceSourceLoRaWAN object for create functions.
type nonrec t = {devEui : DevEui.t option;The DevEUI value.
*)deviceProfileId : DeviceProfileId.t option;The ID of the device profile for the new wireless device.
*)serviceProfileId : ServiceProfileId.t option;The ID of the service profile.
*)otaaV1_1 : OtaaV1_1.t option;OTAA device object for v1.1 for create APIs
*)otaaV1_0_x : OtaaV1_0_x.t option;OTAA device object for create APIs for v1.0.x
*)abpV1_1 : AbpV1_1.t option;ABP device object for create APIs for v1.1
*)abpV1_0_x : AbpV1_0_x.t option;LoRaWAN object for create APIs
*)fPorts : FPorts.t option;}val to_value :
t ->
[> `Structure of
(string
* [> `String of DevEui.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 AppKey.t
| `Structure of
(string * [> `Integer of FPort.t | `String of FNwkSIntKey.t ])
list ])
list ])
list ]