insert forcast attributs to english commandref

This commit is contained in:
Marko Oldenburg 2020-10-17 14:40:20 +02:00
parent cc25c68125
commit 655decd03a

View File

@ -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>"
], ],