mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
PROPLANTA: docu
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@7397 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
4dc305c2c4
commit
84d7e18a83
@ -672,7 +672,7 @@ sub PROPLANTA_Done($)
|
|||||||
$newState = "Error: Could not capture all data. Please check URL or city name.";
|
$newState = "Error: Could not capture all data. Please check URL or city name.";
|
||||||
}
|
}
|
||||||
readingsBulkUpdate($hash, "state", $newState);
|
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";
|
PROPLANTA_Log $hash, 4, keys( %values )." values captured";
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
@ -857,9 +857,9 @@ PROPLANTA_Html($)
|
|||||||
<a name="PROPLANTAdefine"></a>
|
<a name="PROPLANTAdefine"></a>
|
||||||
Das Modul extrahiert Wetterdaten von der Website <a href="http://www.proplanta.de">www.proplanta.de</a>.
|
Das Modul extrahiert Wetterdaten von der Website <a href="http://www.proplanta.de">www.proplanta.de</a>.
|
||||||
<br/>
|
<br/>
|
||||||
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.
|
||||||
<br>
|
<br>
|
||||||
Es nutzt die Perl-Module HTTP::Request, LWP::UserAgent und HTML::Parse.
|
<i>Es nutzt die Perl-Module HTTP::Request, LWP::UserAgent und HTML::Parse</i>.
|
||||||
<br/><br/>
|
<br/><br/>
|
||||||
<b>Define</b>
|
<b>Define</b>
|
||||||
<ul>
|
<ul>
|
||||||
@ -887,7 +887,7 @@ PROPLANTA_Html($)
|
|||||||
<br>
|
<br>
|
||||||
Beispiel:
|
Beispiel:
|
||||||
<br>
|
<br>
|
||||||
<code>define HTMLVorschau weblink htmlCode { OPENWEATHER_Html("ProPlanta_Wetter") }</code>
|
<code>define Vorschau weblink htmlCode {OPENWEATHER_Html("Wetter")}</code>
|
||||||
<br/><br/>
|
<br/><br/>
|
||||||
</ul>
|
</ul>
|
||||||
<br>
|
<br>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user