Values.LoRaWANDeviceMetadataSourceLoRaWAN device metatdata.
type nonrec t = {devEui : DevEui.t option;The DevEUI value.
*)fPort : Integer.t option;The FPort value.
*)dataRate : Integer.t option;The DataRate value.
*)frequency : Integer.t option;The device's channel frequency in Hz.
*)timestamp : ISODateTimeString.t option;The date and time of the metadata.
*)gateways : LoRaWANGatewayMetadataList.t option;Information about the gateways accessed by the device.
*)publicGateways : LoRaWANPublicGatewayMetadataList.t option;Information about the LoRaWAN public network accessed by the device.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of Integer.t
| `List of
[> `Structure of
(string
* [> `Boolean of DlAllowed.t
| `Double of Double.t
| `String of GatewayEui.t ])
list ]
list
| `String of DevEui.t ])
list ]