From 03d5742f7f679646f013b4942096002ec46fd739 Mon Sep 17 00:00:00 2001 From: LeonGaultier Date: Sat, 17 Oct 2020 12:49:38 +0000 Subject: [PATCH] 59_Weather: add forcast attributs to english commandref git-svn-id: https://svn.fhem.de/fhem/trunk@22982 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/CHANGED | 1 + fhem/FHEM/59_Weather.pm | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) 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 " ],