Module Values.LoRaWANGatewayVersionSource

LoRaWANGatewayVersion object.

Sourcetype nonrec t = {
  1. packageVersion : PackageVersion.t option;
    (*

    The version of the wireless gateway firmware.

    *)
  2. model : Model.t option;
    (*

    The model number of the wireless gateway.

    *)
  3. station : Station.t option;
    (*

    The basic station version of the wireless gateway.

    *)
}
Sourceval make : ?packageVersion:??? -> ?model:??? -> ?station:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of PackageVersion.t ]) 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