Module Values.LoRaWANDeviceSource

LoRaWAN object for create functions.

Sourcetype nonrec t = {
  1. devEui : DevEui.t option;
    (*

    The DevEUI value.

    *)
  2. deviceProfileId : DeviceProfileId.t option;
    (*

    The ID of the device profile for the new wireless device.

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

    The ID of the service profile.

    *)
  4. otaaV1_1 : OtaaV1_1.t option;
    (*

    OTAA device object for v1.1 for create APIs

    *)
  5. otaaV1_0_x : OtaaV1_0_x.t option;
    (*

    OTAA device object for create APIs for v1.0.x

    *)
  6. abpV1_1 : AbpV1_1.t option;
    (*

    ABP device object for create APIs for v1.1

    *)
  7. abpV1_0_x : AbpV1_0_x.t option;
    (*

    LoRaWAN object for create APIs

    *)
  8. fPorts : FPorts.t option;
}
Sourceval make : ?devEui:??? -> ?deviceProfileId:??? -> ?serviceProfileId:??? -> ?otaaV1_1:??? -> ?otaaV1_0_x:??? -> ?abpV1_1:??? -> ?abpV1_0_x:??? -> ?fPorts:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of DevEui.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 | `String of AppKey.t | `Structure of (string * [> `Integer of FPort.t | `String of FNwkSIntKey.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