Module Values.UpdateFPortsSource

Object for updating the FPorts information.

Sourcetype nonrec t = {
  1. positioning : Positioning.t option;
    (*

    Positioning FPorts for the ClockSync, Stream, and GNSS functions.

    *)
  2. applications : Applications.t option;
    (*

    LoRaWAN application, which can be used for geolocation by activating positioning.

    *)
}
Sourceval make : ?positioning:??? -> ?applications:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `Integer of FPort.t | `String of DestinationName.t ]) list ] list | `Structure of (string * [> `Integer of FPort.t ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t