From 2617d7edbfa1112e63a23a5bd984450524a8a0a5 Mon Sep 17 00:00:00 2001 From: Marko Oldenburg Date: Sun, 13 Jan 2019 09:37:01 +0100 Subject: [PATCH] fix more typo in commandref --- 59_Weather.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/59_Weather.pm b/59_Weather.pm index 5e1d596..0de13d2 100755 --- a/59_Weather.pm +++ b/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.