kemApiV3InternalDevicesAnalyticsGet method

Future<Response<DeviceAnalyticsDTO>> kemApiV3InternalDevicesAnalyticsGet()

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();
}