diff --git a/fhem/CHANGED b/fhem/CHANGED index 6dff7204a..b746093ee 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. + - bugfix: 59_Weather: fix mor typo in Commandref - feature: OpenWeatherMapAPI: DarkSkyAPI: expand error handling - bugfix: 59_Weather: fix typo in commandref - feature: 39_alexa.pm: added support autostart of alexa-fhem diff --git a/fhem/FHEM/59_Weather.pm b/fhem/FHEM/59_Weather.pm index e2ccff4a1..7834b93c7 100755 --- a/fhem/FHEM/59_Weather.pm +++ b/fhem/FHEM/59_Weather.pm @@ -646,7 +646,7 @@ sub WeatherAsHtmlD($;$) Examples:
       define Forecast Weather apikey=987498ghjgf864
-      define MyWeather Weather api=OpenWeatherMapAPI,cachemaxage:600 apikey=09878945fdskv876 location=52.4545,13.4545 interval=3600 language=de
+      define MyWeather Weather api=OpenWeatherMapAPI,cachemaxage:600 apikey=09878945fdskv876 location=52.4545,13.4545 interval=3600 lang=de
     
@@ -811,7 +811,7 @@ sub WeatherAsHtmlD($;$) Beispiele:
       define Forecast Weather apikey=987498ghjgf864
-      define MyWeather Weather API=OpenWeatherMapAPI,cachemaxage:600 apikey=09878945fdskv876 location=52.4545,13.4545 interval=3600 language=de
+      define MyWeather Weather API=OpenWeatherMapAPI,cachemaxage:600 apikey=09878945fdskv876 location=52.4545,13.4545 interval=3600 lang=de
     
Es folgt die API-spezifische Dokumentation.