From 58059fc918d341aaff9cb9bb2bd4478441891ca0 Mon Sep 17 00:00:00 2001 From: Marko Oldenburg Date: Fri, 6 Dec 2019 13:12:35 +0100 Subject: [PATCH] delete table options in commandref --- 59_Weather.pm | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/59_Weather.pm b/59_Weather.pm index dd63d4b..8eb7c25 100755 --- a/59_Weather.pm +++ b/59_Weather.pm @@ -988,7 +988,7 @@ sub WeatherCheckOptions($@) { The parameters have the following meanings:
- +
@@ -997,7 +997,7 @@ sub WeatherCheckOptions($@) { -
APIname of the weather API, e.g. DarkSkyAPI
apioptionsindivual options for the chosen API
apikeykey for the chosen API
intervalduration in seconds between updates
langlanguage of the forecast: de, en, pl, fr, it or nl
+

A very simple definition is:

@@ -1016,7 +1016,7 @@ sub WeatherCheckOptions($@) { Dark Sky

- +
-
APIDarkSkyAPI
apioptionscachemaxage=<cachemaxage>
duration in seconds to retrieve the forecast from the cache instead from the API
extend=hourly @@ -1025,12 +1025,12 @@ sub WeatherCheckOptions($@) { geographic coordinates in degrees of the location for which the weather is forecast; if missing, the values of the attributes of the global device are taken, if these exist.
+

OpenWeatherMap

- +
@@ -1038,7 +1038,7 @@ sub WeatherCheckOptions($@) { geographic coordinates in degrees of the location for which the weather is forecast; if missing, the values of the attributes of the global device are taken, if these exist. -
APIOpenWeatherMapAPI
apioptionscachemaxage=<cachemaxage>
duration in seconds to retrieve the forecast from the cache instead from the API
+

The module provides four additional functions WeatherAsHtml, @@ -1162,7 +1162,7 @@ sub WeatherCheckOptions($@) { Die Parameter haben die folgende Bedeutung:
- +
@@ -1172,7 +1172,7 @@ sub WeatherCheckOptions($@) { Aktualisierungen der Wetterdaten -
APIName des Wetter-APIs, z.B. DarkSkyAPI
apioptionsIndividuelle Optionen für das gewählte API
apikeySchlüssel für das gewählte API
langSprache der Wettervorhersage: de, en, pl, fr, it oder nl
+

Eine ganz einfache Definition ist:

@@ -1192,7 +1192,7 @@ sub WeatherCheckOptions($@) { Dark Sky

- +
-
APIDarkSkyAPI
apioptionscachemaxage=<cachemaxage>
Zeitdauer in 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. Bei fehlender Angabe werden die Werte aus den gleichnamigen Attributen des global-Device genommen, sofern vorhanden.
+

OpenWeatherMap

- +
-
APIOpenWeatherMapAPI
apioptionscachemaxage=<cachemaxage> Zeitdauer in 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. Bei fehlender Angabe werden die Werte aus den gleichnamigen Attributen des global-Device genommen, sofern vorhanden.
+

Das Modul unterstützt zusätzlich vier verschiedene Funktionen