Module Values.UpdateWirelessDeviceRequestSource

Updates properties of a wireless device.

Sourcetype nonrec t = {
  1. id : WirelessDeviceId.t;
    (*

    The ID of the resource to update.

    *)
  2. destinationName : DestinationName.t option;
    (*

    The name of the new destination for the device.

    *)
  3. name : WirelessDeviceName.t option;
    (*

    The new name of the resource. The following special characters aren't accepted: <>^#~$

    *)
  4. description : Description.t option;
    (*

    A new description of the resource.

    *)
  5. loRaWAN : LoRaWANUpdateDevice.t option;
    (*

    The updated wireless device's configuration.

    *)
  6. positioning : PositioningConfigStatus.t option;
    (*

    The integration status of the Device Location feature for LoRaWAN and Sidewalk devices.

    *)
  7. sidewalk : SidewalkUpdateWirelessDevice.t option;
    (*

    The updated sidewalk properties.

    *)
}
Sourceval context_ : string
Sourceval make : ?destinationName:??? -> ?name:??? -> ?description:??? -> ?loRaWAN:??? -> ?positioning:??? -> ?sidewalk:??? -> id:WirelessDeviceId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of WirelessDeviceId.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 | `String of DestinationName.t | `Structure of (string * [> `Integer of FPort.t ]) list ]) 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