diff --git a/59_Weather.pm b/59_Weather.pm index bd1e184..68c1f61 100755 --- a/59_Weather.pm +++ b/59_Weather.pm @@ -137,6 +137,8 @@ sub Weather_Initialize($) { $hash->{SetFn} = 'Weather_Set'; $hash->{AttrList} = 'disable:0,1 ' + . 'forecast:hourly,daily,any,off ' + . 'forecastLimit: ' . $readingFnAttributes; $hash->{NotifyFn}= 'Weather_Notify'; @@ -910,6 +912,8 @@ sub WeatherAsHtmlD($;$) { gemäß Plan doch es werden keine Daten vom API angefordert.
  • readingFnAttributes
  • +
  • forecast - Anzeige von forecast Daten. Alle, nur Stundenforecast, nur Tageforecast, keine.
  • +
  • forecastLimit - Anzahl der Forecast-Datensätze.