kemApiV3InternalDevicesAnalyticsGet method
Get current and historical (30-min average) device connection counts for analytics.
Implementation
Future<chopper.Response<DeviceAnalyticsDTO>>
kemApiV3InternalDevicesAnalyticsGet() {
generatedMapping.putIfAbsent(
DeviceAnalyticsDTO, () => DeviceAnalyticsDTO.fromJsonFactory);
return _kemApiV3InternalDevicesAnalyticsGet();
}