From 84d7e18a837ccaab7f84bbbc99bfa405c0a8c0c6 Mon Sep 17 00:00:00 2001
From: tpoitzsch <>
Date: Thu, 1 Jan 2015 19:35:33 +0000
Subject: [PATCH] PROPLANTA: docu
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@7397 2b470e98-0d58-463d-a4d8-8e2adae1ed80
---
FHEM/59_PROPLANTA.pm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/FHEM/59_PROPLANTA.pm b/FHEM/59_PROPLANTA.pm
index 4130a6404..4dc365b13 100644
--- a/FHEM/59_PROPLANTA.pm
+++ b/FHEM/59_PROPLANTA.pm
@@ -672,7 +672,7 @@ sub PROPLANTA_Done($)
$newState = "Error: Could not capture all data. Please check URL or city name.";
}
readingsBulkUpdate($hash, "state", $newState);
- readingsBulkUpdate( $hash, "lastConnection", keys( %values )." values captured" );
+ readingsBulkUpdate( $hash, "lastConnection", keys( %values )." values captured in ".$values{durationFetchReadings}." s" );
PROPLANTA_Log $hash, 4, keys( %values )." values captured";
}
else
@@ -857,9 +857,9 @@ PROPLANTA_Html($)
Das Modul extrahiert Wetterdaten von der Website www.proplanta.de.
- Es stellt eine Vorhersage für 12 Tage, w&aauml;hrend der ersten 7 Tage im 3-Stunden-Intervall, zur Verfügung.
+ Es stellt eine Vorhersage für 12 Tage zur Verfügung - während der ersten 7 Tage im 3-Stunden-Intervall.
- Es nutzt die Perl-Module HTTP::Request, LWP::UserAgent und HTML::Parse.
+ Es nutzt die Perl-Module HTTP::Request, LWP::UserAgent und HTML::Parse.
Define
define HTMLVorschau weblink htmlCode { OPENWEATHER_Html("ProPlanta_Wetter") }
+ define Vorschau weblink htmlCode {OPENWEATHER_Html("Wetter")}