kemApiV3DevicesParametersFavoritesGet method

Future<Response<ParameterIdListingDTO>> kemApiV3DevicesParametersFavoritesGet()

Get the favorite parameters for the device with the given ID.

Implementation

Future<chopper.Response<ParameterIdListingDTO>>
    kemApiV3DevicesParametersFavoritesGet() {
  generatedMapping.putIfAbsent(
      ParameterIdListingDTO, () => ParameterIdListingDTO.fromJsonFactory);

  return _kemApiV3DevicesParametersFavoritesGet();
}