Values.LoRaWANPublicGatewayMetadataSourceLoRaWAN public gateway metadata.
type nonrec t = {providerNetId : ProviderNetId.t option;The ID of the LoRaWAN public network provider.
*)id : Id.t option;The ID of the gateways that are operated by the network provider.
*)rssi : Double.t option;The RSSI (received signal strength indicator) value.
*)snr : Double.t option;The SNR (signal to noise ratio) value.
*)rfRegion : RfRegion.t option;dlAllowed : DlAllowed.t option;Boolean that indicates whether downlink is allowed using the network.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of DlAllowed.t
| `Double of Double.t
| `String of ProviderNetId.t ])
list ]