Module Values.LoRaWANUpdateDeviceSource

LoRaWAN object for update functions.

Sourcetype nonrec t = {
  1. deviceProfileId : DeviceProfileId.t option;
    (*

    The ID of the device profile for the wireless device.

    *)
  2. serviceProfileId : ServiceProfileId.t option;
    (*

    The ID of the service profile.

    *)
  3. abpV1_1 : UpdateAbpV1_1.t option;
    (*

    ABP device object for update APIs for v1.1

    *)
  4. abpV1_0_x : UpdateAbpV1_0_x.t option;
    (*

    ABP device object for update APIs for v1.0.x

    *)
  5. fPorts : UpdateFPorts.t option;
    (*

    FPorts object for the positioning information of the device.

    *)
}
Sourceval make : ?deviceProfileId:??? -> ?serviceProfileId:??? -> ?abpV1_1:??? -> ?abpV1_0_x:??? -> ?fPorts:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of DeviceProfileId.t | `Structure of (string * [> `Integer of FCntStart.t | `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 ]) 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