kemApiV3KohleradminDevicesAnalyticsGet method

Future<Response<DeviceAnalyticsDTO>> kemApiV3KohleradminDevicesAnalyticsGet()

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