diff --git a/fhem/CHANGED b/fhem/CHANGED
index 636dd9ced..a9208eeb0 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: delete table options in commandref
- bugfix: 73_AutoShuttersControl: fix Commandref, skip ExternalTrigger Drive
from adv check
- bugfix: 88_HMCCU: Fixed problems during shutdown / restart
diff --git a/fhem/FHEM/59_Weather.pm b/fhem/FHEM/59_Weather.pm
index dd63d4bb1..8eb7c2524 100755
--- a/fhem/FHEM/59_Weather.pm
+++ b/fhem/FHEM/59_Weather.pm
@@ -988,7 +988,7 @@ sub WeatherCheckOptions($@) {
The parameters have the following meanings:
-
API | name of the weather API, e.g. DarkSkyAPI |
apioptions | indivual options for the chosen API |
apikey | key for the chosen API |
interval | duration in seconds between updates |
lang | language of the forecast: de ,
en , pl , fr , it or nl |
A very simple definition is:
@@ -1016,7 +1016,7 @@ sub WeatherCheckOptions($@) {
Dark Sky
-
API | DarkSkyAPI |
apioptions | cachemaxage=<cachemaxage> duration in seconds to retrieve the forecast from the cache instead from the API extend=hourly
@@ -1025,12 +1025,12 @@ sub WeatherCheckOptions($@) {
geographic coordinates in degrees of the location for which the
weather is forecast; if missing, the values of the attributes
of the global device are taken, if these exist. |
OpenWeatherMap
-
API | OpenWeatherMapAPI |
apioptions | cachemaxage=<cachemaxage> duration in seconds to retrieve the forecast from the cache instead from the API |
The module provides four additional functions WeatherAsHtml
,
@@ -1162,7 +1162,7 @@ sub WeatherCheckOptions($@) {
Die Parameter haben die folgende Bedeutung:
-
API | Name des Wetter-APIs, z.B. DarkSkyAPI |
apioptions | Individuelle Optionen für das gewählte API |
apikey | Schlüssel für das gewählte API |
lang | Sprache der Wettervorhersage: de ,
en , pl , fr , it oder nl |
Eine ganz einfache Definition ist:
@@ -1192,7 +1192,7 @@ sub WeatherCheckOptions($@) {
Dark Sky
-
API | DarkSkyAPI |
apioptions | cachemaxage=<cachemaxage> Zeitdauer in Sekunden, innerhalb derer die Wettervorhersage nicht neu abgerufen @@ -1202,12 +1202,12 @@ sub WeatherCheckOptions($@) { und Länge des Ortes in Grad, für den das Wetter vorhergesagt wird. Bei fehlender Angabe werden die Werte aus den gleichnamigen Attributen des global -Device genommen, sofern vorhanden. |
OpenWeatherMap
-
API | OpenWeatherMapAPI |
apioptions | cachemaxage=<cachemaxage> Zeitdauer in
Sekunden, innerhalb derer die Wettervorhersage nicht neu abgerufen
@@ -1216,7 +1216,7 @@ sub WeatherCheckOptions($@) {
und Länge des Ortes in Grad, für den das Wetter vorhergesagt wird.
Bei fehlender Angabe werden die Werte aus den gleichnamigen Attributen
des global -Device genommen, sofern vorhanden. |
Das Modul unterstützt zusätzlich vier verschiedene Funktionen