59_Weather: fix table bug in commandref

git-svn-id: https://svn.fhem.de/fhem/trunk@18232 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
CoolTux
2019-01-13 09:30:14 +00:00
parent c2a0fc0e43
commit 3a02e3e2ca
2 changed files with 7 additions and 6 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 table bug in commandref
- bugfix: 59_Weather: fix mor typo in Commandref
- feature: OpenWeatherMapAPI: DarkSkyAPI: expand error handling
- bugfix: 59_Weather: fix typo in commandref

View File

@@ -635,7 +635,7 @@ sub WeatherAsHtmlD($;$)
<tr><td><code>interval</code></td><td>duration in seconds between updates</td></tr>
<tr><td><code>lang</code></td><td>language of the forecast: <code>de</code>,
<code>en</code>, <code>pl</code>, <code>fr</code>, <code>it</code> or <code>nl</code></td></tr>
</ table>
<table/>
<p>
A very simple definition is:<br><br>
@@ -662,7 +662,7 @@ sub WeatherAsHtmlD($;$)
geographic coordinates in degrees of the location for which the
weather is forecast; if missing, the values of the attributes
of the <code>global</code> device are taken, if these exist.</td></tr>
</ table>
<table/>
<p><p>
<b>OpenWeatherMap</b><p>
@@ -675,7 +675,7 @@ sub WeatherAsHtmlD($;$)
geographic coordinates in degrees of the location for which the
weather is forecast; if missing, the values of the attributes
of the <code>global</code> device are taken, if these exist.</td></tr>
</ table>
<table/>
<p><p>
The module provides four additional functions <code>WeatherAsHtml</code>,
@@ -798,7 +798,7 @@ sub WeatherAsHtmlD($;$)
Aktualisierungen der Wetterdaten</td></tr>
<tr><td><code>lang</code></td><td>Sprache der Wettervorhersage: <code>de</code>,
<code>en</code>, <code>pl</code>, <code>fr</code>, <code>it</code> oder <code>nl</code></td></tr>
</ table>
<table/>
<p>
Eine ganz einfache Definition ist:<br><br>
@@ -827,7 +827,7 @@ sub WeatherAsHtmlD($;$)
und L&auml;nge des Ortes in Grad, f&uuml;r den das Wetter vorhergesagt wird.
Bei fehlender Angabe werden die Werte aus den gleichnamigen Attributen
des <code>global</code>-Device genommen, sofern vorhanden.</td></tr>
</ table>
<table/>
<p><p>
<b>OpenWeatherMap</b><p>
@@ -841,7 +841,7 @@ sub WeatherAsHtmlD($;$)
und L&auml;nge des Ortes in Grad, f&uuml;r den das Wetter vorhergesagt wird.
Bei fehlender Angabe werden die Werte aus den gleichnamigen Attributen
des <code>global</code>-Device genommen, sofern vorhanden.</td></tr>
</ table>
<table/>
<p><p>
Das Modul unterst&uuml;tzt zus&auml;tzlich vier verschiedene Funktionen