Skip to content

Commit

Permalink
[openweathermap] Revert change to vars
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Hotze <[email protected]>
  • Loading branch information
florian-h05 committed Dec 14, 2023
1 parent 1ce1975 commit 9c29720
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ public class OpenWeatherMapOneCallHandler extends AbstractOpenWeatherMapHandler

// forecastMinutes, -Hours and -Days determine the number of channel groups to create for each type
private int forecastMinutes = 0;
private int forecastHours = 0;
private int forecastDays = 0;
private int forecastHours = 12;
private int forecastDays = 6;
private int numberOfAlerts = 0;

public OpenWeatherMapOneCallHandler(Thing thing, final TimeZoneProvider timeZoneProvider) {
Expand Down

0 comments on commit 9c29720

Please sign in to comment.