59_Weather: add forcast attributs to english commandref

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@22982 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
LeonGaultier 2020-10-17 12:49:38 +00:00
parent 13fbacf9eb
commit 35378d6976
2 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -1149,6 +1149,8 @@ sub WeatherCheckOptions($@) {
<li>disable: disables the retrieval of weather data - the timer runs according to schedule,
though no data is requested from the API.</li>
<li><a href="#readingFnAttributes">readingFnAttributes</a></li>
<li>forecast - every/hourly/daily/off, show of forecast data. All, only hour forecast, only day forecast, none.</li>
<li>forecastLimit - Number of forecast data records which should be written as a reading.</li>
</ul>
<br>
</ul>
@ -1371,7 +1373,7 @@ sub WeatherCheckOptions($@) {
],
"release_status": "stable",
"license": "GPL_2",
"version": "v2.1.3",
"version": "v2.1.4",
"author": [
"Marko Oldenburg <leongaultier@gmail.com>"
],