2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-09 20:57:11 +00:00

59_Weather: fix more typo's

git-svn-id: https://svn.fhem.de/fhem/trunk@18230 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
LeonGaultier 2019-01-13 08:38:35 +00:00
parent 5127ae5371
commit 4a98d4d9a3
2 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -646,7 +646,7 @@ sub WeatherAsHtmlD($;$)
Examples:
<pre>
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
</pre>
@ -811,7 +811,7 @@ sub WeatherAsHtmlD($;$)
Beispiele:
<pre>
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
</pre>
Es folgt die API-spezifische Dokumentation.<p>