From 4a98d4d9a30fa1c541087aab826fb2c40baec1c3 Mon Sep 17 00:00:00 2001 From: LeonGaultier Date: Sun, 13 Jan 2019 08:38:35 +0000 Subject: [PATCH] 59_Weather: fix more typo's git-svn-id: https://svn.fhem.de/fhem/trunk@18230 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/CHANGED | 1 + fhem/FHEM/59_Weather.pm | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) 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.