mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 06:39:11 +00:00
59_Weather: delete table options in commandref
git-svn-id: https://svn.fhem.de/fhem/trunk@20667 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
2b70a31cb1
commit
1a33610b46
@ -1,5 +1,6 @@
|
|||||||
# Add changes at the top of the list. Keep it in ASCII, and 80-char wide.
|
# 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.
|
# Do not insert empty lines here, update check depends on it.
|
||||||
|
- change: 59_Weather: delete table options in commandref
|
||||||
- bugfix: 73_AutoShuttersControl: fix Commandref, skip ExternalTrigger Drive
|
- bugfix: 73_AutoShuttersControl: fix Commandref, skip ExternalTrigger Drive
|
||||||
from adv check
|
from adv check
|
||||||
- bugfix: 88_HMCCU: Fixed problems during shutdown / restart
|
- bugfix: 88_HMCCU: Fixed problems during shutdown / restart
|
||||||
|
@ -988,7 +988,7 @@ sub WeatherCheckOptions($@) {
|
|||||||
|
|
||||||
The parameters have the following meanings:<br>
|
The parameters have the following meanings:<br>
|
||||||
|
|
||||||
<table border="1">
|
<table>
|
||||||
<tr><td><code>API</code></td><td>name of the weather API, e.g. <code>DarkSkyAPI</code></td></tr>
|
<tr><td><code>API</code></td><td>name of the weather API, e.g. <code>DarkSkyAPI</code></td></tr>
|
||||||
<tr><td><code>apioptions</code></td><td>indivual options for the chosen API</td></tr>
|
<tr><td><code>apioptions</code></td><td>indivual options for the chosen API</td></tr>
|
||||||
<tr><td><code>apikey</code></td><td>key for the chosen API</td></tr>
|
<tr><td><code>apikey</code></td><td>key for the chosen API</td></tr>
|
||||||
@ -997,7 +997,7 @@ sub WeatherCheckOptions($@) {
|
|||||||
<tr><td><code>interval</code></td><td>duration in seconds between updates</td></tr>
|
<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>,
|
<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>
|
<code>en</code>, <code>pl</code>, <code>fr</code>, <code>it</code> or <code>nl</code></td></tr>
|
||||||
<table/>
|
</table>
|
||||||
<p>
|
<p>
|
||||||
|
|
||||||
A very simple definition is:<br><br>
|
A very simple definition is:<br><br>
|
||||||
@ -1016,7 +1016,7 @@ sub WeatherCheckOptions($@) {
|
|||||||
|
|
||||||
<b>Dark Sky</b><p>
|
<b>Dark Sky</b><p>
|
||||||
|
|
||||||
<table border="1">
|
<table>
|
||||||
<tr><td>API</td><td><code>DarkSkyAPI</code></td></tr>
|
<tr><td>API</td><td><code>DarkSkyAPI</code></td></tr>
|
||||||
<tr><td>apioptions</td><td><code>cachemaxage=<cachemaxage></code><br>duration
|
<tr><td>apioptions</td><td><code>cachemaxage=<cachemaxage></code><br>duration
|
||||||
in seconds to retrieve the forecast from the cache instead from the API<br><code>extend=hourly</code>
|
in seconds to retrieve the forecast from the cache instead from the API<br><code>extend=hourly</code>
|
||||||
@ -1025,12 +1025,12 @@ sub WeatherCheckOptions($@) {
|
|||||||
geographic coordinates in degrees of the location for which the
|
geographic coordinates in degrees of the location for which the
|
||||||
weather is forecast; if missing, the values of the attributes
|
weather is forecast; if missing, the values of the attributes
|
||||||
of the <code>global</code> device are taken, if these exist.</td></tr>
|
of the <code>global</code> device are taken, if these exist.</td></tr>
|
||||||
<table/>
|
</table>
|
||||||
<p><p>
|
<p><p>
|
||||||
|
|
||||||
<b>OpenWeatherMap</b><p>
|
<b>OpenWeatherMap</b><p>
|
||||||
|
|
||||||
<table border="1">
|
<table>
|
||||||
<tr><td>API</td><td><code>OpenWeatherMapAPI</code></td></tr>
|
<tr><td>API</td><td><code>OpenWeatherMapAPI</code></td></tr>
|
||||||
<tr><td>apioptions</td><td><code>cachemaxage=<cachemaxage></code><br>duration
|
<tr><td>apioptions</td><td><code>cachemaxage=<cachemaxage></code><br>duration
|
||||||
in seconds to retrieve the forecast from the cache instead from the API</td></tr>
|
in seconds to retrieve the forecast from the cache instead from the API</td></tr>
|
||||||
@ -1038,7 +1038,7 @@ sub WeatherCheckOptions($@) {
|
|||||||
geographic coordinates in degrees of the location for which the
|
geographic coordinates in degrees of the location for which the
|
||||||
weather is forecast; if missing, the values of the attributes
|
weather is forecast; if missing, the values of the attributes
|
||||||
of the <code>global</code> device are taken, if these exist.</td></tr>
|
of the <code>global</code> device are taken, if these exist.</td></tr>
|
||||||
<table/>
|
</table>
|
||||||
<p><p>
|
<p><p>
|
||||||
|
|
||||||
The module provides four additional functions <code>WeatherAsHtml</code>,
|
The module provides four additional functions <code>WeatherAsHtml</code>,
|
||||||
@ -1162,7 +1162,7 @@ sub WeatherCheckOptions($@) {
|
|||||||
|
|
||||||
Die Parameter haben die folgende Bedeutung:<br>
|
Die Parameter haben die folgende Bedeutung:<br>
|
||||||
|
|
||||||
<table border="1">
|
<table>
|
||||||
<tr><td><code>API</code></td><td>Name des Wetter-APIs, z.B. <code>DarkSkyAPI</code></td></tr>
|
<tr><td><code>API</code></td><td>Name des Wetter-APIs, z.B. <code>DarkSkyAPI</code></td></tr>
|
||||||
<tr><td><code>apioptions</code></td><td>Individuelle Optionen für das gewählte API</td></tr>
|
<tr><td><code>apioptions</code></td><td>Individuelle Optionen für das gewählte API</td></tr>
|
||||||
<tr><td><code>apikey</code></td><td>Schlüssel für das gewählte API</td></tr>
|
<tr><td><code>apikey</code></td><td>Schlüssel für das gewählte API</td></tr>
|
||||||
@ -1172,7 +1172,7 @@ sub WeatherCheckOptions($@) {
|
|||||||
Aktualisierungen der Wetterdaten</td></tr>
|
Aktualisierungen der Wetterdaten</td></tr>
|
||||||
<tr><td><code>lang</code></td><td>Sprache der Wettervorhersage: <code>de</code>,
|
<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>
|
<code>en</code>, <code>pl</code>, <code>fr</code>, <code>it</code> oder <code>nl</code></td></tr>
|
||||||
<table/>
|
</table>
|
||||||
<p>
|
<p>
|
||||||
|
|
||||||
Eine ganz einfache Definition ist:<br><br>
|
Eine ganz einfache Definition ist:<br><br>
|
||||||
@ -1192,7 +1192,7 @@ sub WeatherCheckOptions($@) {
|
|||||||
|
|
||||||
<b>Dark Sky</b><p>
|
<b>Dark Sky</b><p>
|
||||||
|
|
||||||
<table border="1">
|
<table>
|
||||||
<tr><td>API</td><td><code>DarkSkyAPI</code></td></tr>
|
<tr><td>API</td><td><code>DarkSkyAPI</code></td></tr>
|
||||||
<tr><td>apioptions</td><td><code>cachemaxage=<cachemaxage></code><br>Zeitdauer in
|
<tr><td>apioptions</td><td><code>cachemaxage=<cachemaxage></code><br>Zeitdauer in
|
||||||
Sekunden, innerhalb derer die Wettervorhersage nicht neu abgerufen
|
Sekunden, innerhalb derer die Wettervorhersage nicht neu abgerufen
|
||||||
@ -1202,12 +1202,12 @@ sub WeatherCheckOptions($@) {
|
|||||||
und Länge des Ortes in Grad, für den das Wetter vorhergesagt wird.
|
und Länge des Ortes in Grad, für den das Wetter vorhergesagt wird.
|
||||||
Bei fehlender Angabe werden die Werte aus den gleichnamigen Attributen
|
Bei fehlender Angabe werden die Werte aus den gleichnamigen Attributen
|
||||||
des <code>global</code>-Device genommen, sofern vorhanden.</td></tr>
|
des <code>global</code>-Device genommen, sofern vorhanden.</td></tr>
|
||||||
<table/>
|
</table>
|
||||||
<p><p>
|
<p><p>
|
||||||
|
|
||||||
<b>OpenWeatherMap</b><p>
|
<b>OpenWeatherMap</b><p>
|
||||||
|
|
||||||
<table border="1">
|
<table>
|
||||||
<tr><td>API</td><td><code>OpenWeatherMapAPI</code></td></tr>
|
<tr><td>API</td><td><code>OpenWeatherMapAPI</code></td></tr>
|
||||||
<tr><td>apioptions</td><td><code>cachemaxage=<cachemaxage></code> Zeitdauer in
|
<tr><td>apioptions</td><td><code>cachemaxage=<cachemaxage></code> Zeitdauer in
|
||||||
Sekunden, innerhalb derer die Wettervorhersage nicht neu abgerufen
|
Sekunden, innerhalb derer die Wettervorhersage nicht neu abgerufen
|
||||||
@ -1216,7 +1216,7 @@ sub WeatherCheckOptions($@) {
|
|||||||
und Länge des Ortes in Grad, für den das Wetter vorhergesagt wird.
|
und Länge des Ortes in Grad, für den das Wetter vorhergesagt wird.
|
||||||
Bei fehlender Angabe werden die Werte aus den gleichnamigen Attributen
|
Bei fehlender Angabe werden die Werte aus den gleichnamigen Attributen
|
||||||
des <code>global</code>-Device genommen, sofern vorhanden.</td></tr>
|
des <code>global</code>-Device genommen, sofern vorhanden.</td></tr>
|
||||||
<table/>
|
</table>
|
||||||
<p><p>
|
<p><p>
|
||||||
|
|
||||||
Das Modul unterstützt zusätzlich vier verschiedene Funktionen
|
Das Modul unterstützt zusätzlich vier verschiedene Funktionen
|
||||||
|
Loading…
Reference in New Issue
Block a user