Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Documentation
data DeviceStats Source #
Status of devices.
See: newDeviceStats
smart constructor.
DeviceStats' | |
|
Instances
:: Integer | |
-> Integer | |
-> DeviceStats |
Create a value of DeviceStats
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:connectedDeviceCount:DeviceStats'
, deviceStats_connectedDeviceCount
- The number of devices connected with a heartbeat.
$sel:registeredDeviceCount:DeviceStats'
, deviceStats_registeredDeviceCount
- The number of registered devices.
deviceStats_connectedDeviceCount :: Lens' DeviceStats Integer Source #
The number of devices connected with a heartbeat.
deviceStats_registeredDeviceCount :: Lens' DeviceStats Integer Source #
The number of registered devices.