2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-10 09:16:53 +00:00

PROPLANTA: docu

git-svn-id: https://svn.fhem.de/fhem/trunk@6865 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
tpoitzsch 2014-11-02 10:52:52 +00:00
parent a6ce986f9c
commit 4d66b6d9aa

View File

@ -502,7 +502,9 @@ sub PROPLANTA_Aborted($)
<a name="PROPLANTA"></a> <a name="PROPLANTA"></a>
<h3>PROPLANTA</h3> <h3>PROPLANTA</h3>
<ul style="width:800px"> <ul style="width:800px">
The module extracts certain weather data from www.proplanta.de. The module extracts certain weather data from <a href="http://www.proplanta.de">www.proplanta.de</a>.
<br>
<i>Required perl moduls: HTTP::Request and LWP::UserAgent</i>
<br> <br>
&nbsp; &nbsp;
<br> <br>
@ -515,7 +517,7 @@ sub PROPLANTA_Aborted($)
<br>&nbsp; <br>&nbsp;
<li><code>[City]</code> <i>(optional)</i> <li><code>[City]</code> <i>(optional)</i>
<br> <br>
Check www.proplanta.de if your city is known. The city has to start with a <b>capital</b> letter. City must be selectable on www.proplanta.de. Pay attention to the <b>Capital</b> letters in the city names.
</li><br> </li><br>
<li><code>[CountryCode]<code> <i>(optional)</i> <li><code>[CountryCode]<code> <i>(optional)</i>
<br> <br>
@ -571,13 +573,19 @@ sub PROPLANTA_Aborted($)
<b>Define</b> <b>Define</b>
<ul> <ul>
<br> <br>
<code>define &lt;name&gt; PROPLANTA &lt;Stadt&gt;</code> <code>define &lt;name&gt; PROPLANTA [Stadt] [Ländercode]</code>
<br> <br>
Das Modul extrahiert bestimmte Wetterdaten von der website www.proplanta.de.<br/> Das Modul extrahiert bestimmte Wetterdaten von der website www.proplanta.de.<br/>
<br> <br>
<b>Parameters:</b><br>
<ul> <ul>
<li><b>&lt;Stadt&gt</b> - Prüfe auf www.proplanta.de, ob die Stadt bekannt ist. Die Stadt muss mit <b>großem</b> Anfangsbuchstaben anfangen.</li> <li><code>[Stadt]</code> <i>(optional)</i>
<br>
Die Stadt muss auf www.proplanta.de ausw&auml;hlbar sein. Wichtig!! Auf die <b>gro&szig;en</b> Anfangsbuchstaben achten.</li>
</li><br>
<li><code>[Ländercode]</code> <i>(optional)</i>
<br>
M&ouml;gliche Werte: de (Standard), at, ch, fr, it
</li><br>
</ul> </ul>
</ul> </ul>
<br> <br>