Module Values.WirelessDeviceLogOptionSource

The log options for wireless devices and can be used to set log levels for a specific type of wireless device.

Sourcetype nonrec t = {
  1. type_ : WirelessDeviceType.t;
    (*

    The wireless device type.

    *)
  2. logLevel : LogLevel.t;
  3. events : WirelessDeviceEventLogOptionList.t option;
}
Sourceval context_ : string
Sourceval make : ?events:??? -> type_:WirelessDeviceType.t -> logLevel:LogLevel.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `Enum of string ]) 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