diff --git a/fhem/CHANGED b/fhem/CHANGED index 3a8aa647d..a95d82273 100644 --- a/fhem/CHANGED +++ b/fhem/CHANGED @@ -1,5 +1,6 @@ # Add changes at the top of the list. Keep it in ASCII, and 80-char wide. # Do not insert empty lines here, update check depends on it. + - change: 59_Weather: add forcast attributs to english commandref - bugfix: TimeSeries: fix for calculation of standard deviation - feature: 76_SMAPortal: new relative time arguments for attr balanceDay, balanceMonth, balanceYear, new attribute diff --git a/fhem/FHEM/59_Weather.pm b/fhem/FHEM/59_Weather.pm index 710f5fe70..ab2e6f47d 100755 --- a/fhem/FHEM/59_Weather.pm +++ b/fhem/FHEM/59_Weather.pm @@ -1149,6 +1149,8 @@ sub WeatherCheckOptions($@) {
  • disable: disables the retrieval of weather data - the timer runs according to schedule, though no data is requested from the API.
  • readingFnAttributes
  • +
  • forecast - every/hourly/daily/off, show of forecast data. All, only hour forecast, only day forecast, none.
  • +
  • forecastLimit - Number of forecast data records which should be written as a reading.

  • @@ -1371,7 +1373,7 @@ sub WeatherCheckOptions($@) { ], "release_status": "stable", "license": "GPL_2", - "version": "v2.1.3", + "version": "v2.1.4", "author": [ "Marko Oldenburg " ],