kemApiV3KohleradminDevicesAnalyticsGet method
Returns analytics for total generator/device count cards for the Device Connection History page.
Implementation
Future<chopper.Response<DeviceAnalyticsDTO>>
kemApiV3KohleradminDevicesAnalyticsGet() {
generatedMapping.putIfAbsent(
DeviceAnalyticsDTO, () => DeviceAnalyticsDTO.fromJsonFactory);
return _kemApiV3KohleradminDevicesAnalyticsGet();
}