Module Values.OtaaV1_1Source

OTAA device object for v1.1

Sourcetype nonrec t = {
  1. appKey : AppKey.t option;
    (*

    The AppKey value.

    *)
  2. nwkKey : NwkKey.t option;
    (*

    The NwkKey value.

    *)
  3. joinEui : JoinEui.t option;
    (*

    The JoinEUI value.

    *)
}
Sourceval make : ?appKey:??? -> ?nwkKey:??? -> ?joinEui:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of AppKey.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