Values.LoRaWANUpdateGatewayTaskCreateSourceLoRaWANUpdateGatewayTaskCreate object.
type nonrec t = {updateSignature : UpdateSignature.t option;The signature used to verify the update firmware.
*)sigKeyCrc : Crc.t option;The CRC of the signature private key to check.
*)currentVersion : LoRaWANGatewayVersion.t option;The version of the gateways that should receive the update.
*)updateVersion : LoRaWANGatewayVersion.t option;The firmware version to update the gateway to.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Long of Crc.t
| `String of UpdateSignature.t
| `Structure of (string * [> `String of PackageVersion.t ]) list ])
list ]