mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 06:39:11 +00:00
59_Weather: add forcast attributs to english commandref
git-svn-id: https://svn.fhem.de/fhem/trunk@22982 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
d48f49d021
commit
03d5742f7f
@ -1,5 +1,6 @@
|
|||||||
# Add changes at the top of the list. Keep it in ASCII, and 80-char wide.
|
# 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.
|
# 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
|
- bugfix: TimeSeries: fix for calculation of standard deviation
|
||||||
- feature: 76_SMAPortal: new relative time arguments for attr balanceDay,
|
- feature: 76_SMAPortal: new relative time arguments for attr balanceDay,
|
||||||
balanceMonth, balanceYear, new attribute
|
balanceMonth, balanceYear, new attribute
|
||||||
|
@ -1149,6 +1149,8 @@ sub WeatherCheckOptions($@) {
|
|||||||
<li>disable: disables the retrieval of weather data - the timer runs according to schedule,
|
<li>disable: disables the retrieval of weather data - the timer runs according to schedule,
|
||||||
though no data is requested from the API.</li>
|
though no data is requested from the API.</li>
|
||||||
<li><a href="#readingFnAttributes">readingFnAttributes</a></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>
|
</ul>
|
||||||
<br>
|
<br>
|
||||||
</ul>
|
</ul>
|
||||||
@ -1371,7 +1373,7 @@ sub WeatherCheckOptions($@) {
|
|||||||
],
|
],
|
||||||
"release_status": "stable",
|
"release_status": "stable",
|
||||||
"license": "GPL_2",
|
"license": "GPL_2",
|
||||||
"version": "v2.1.3",
|
"version": "v2.1.4",
|
||||||
"author": [
|
"author": [
|
||||||
"Marko Oldenburg <leongaultier@gmail.com>"
|
"Marko Oldenburg <leongaultier@gmail.com>"
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user