Values.UpdateFuotaTaskRequestSourceUpdates properties of a FUOTA task.
type nonrec t = {id : FuotaTaskId.t;name : FuotaTaskName.t option;description : Description.t option;loRaWAN : LoRaWANFuotaTask.t option;firmwareUpdateImage : FirmwareUpdateImage.t option;firmwareUpdateRole : FirmwareUpdateRole.t option;redundancyPercent : RedundancyPercent.t option;fragmentSizeBytes : FragmentSizeBytes.t option;fragmentIntervalMS : FragmentIntervalMS.t option;descriptor : FileDescriptor.t option;}val make :
?name:??? ->
?description:??? ->
?loRaWAN:??? ->
?firmwareUpdateImage:??? ->
?firmwareUpdateRole:??? ->
?redundancyPercent:??? ->
?fragmentSizeBytes:??? ->
?fragmentIntervalMS:??? ->
?descriptor:??? ->
id:FuotaTaskId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Integer of RedundancyPercent.t
| `String of FuotaTaskId.t
| `Structure of (string * [> `Enum of string ]) list ])
list ]