Gadgetbridge API: Fix Forecast #5

Merged
Starfish merged 1 commits from :fix-gadgetbridge-forecast into master 2020-07-14 20:13:08 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ public class GadgetbridgeAPI {
weatherCodeContract.setLineageOsCompatible(true);
int forecastCondition = weatherCodeContract.getWeatherCondition();
WeatherSpec.Forecast forecast = new WeatherSpec.Forecast(toKelvin(weatherCard.get24hLow()),
toKelvin(weatherCard.get24hLow()),
toKelvin(weatherCard.get24hHigh()),
forecastCondition,
0);
weatherSpec.forecasts.add(forecast);