Module Values_2.DeviceStatsSource

Status of devices.

Sourcetype nonrec t = {
  1. connectedDeviceCount : Values_0.Long.t option;
    (*

    The number of devices connected with a heartbeat.

    *)
  2. registeredDeviceCount : Values_0.Long.t option;
    (*

    The number of registered devices.

    *)
}
Sourceval make : ?connectedDeviceCount:??? -> ?registeredDeviceCount:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Long of Values_0.Long.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