Values.BeaconingSourceBeaconing parameters for configuring the wireless gateways.
type nonrec t = {dataRate : BeaconingDataRate.t option;The data rate for gateways that are sending the beacons.
*)frequencies : BeaconingFrequencies.t option;The frequency list for the gateways to send the beacons.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of BeaconingDataRate.t
| `List of [> `Integer of BeaconingFrequency.t ] list ])
list ]