Fixed HTML tags

git-svn-id: https://svn.fhem.de/fhem/trunk@5116 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
akw 2014-03-03 19:29:07 +00:00
parent ed15c50a02
commit f8542b45c8
2 changed files with 17 additions and 17 deletions

View File

@ -178,31 +178,31 @@ sub ENECSYSGW_Call($)
<a name="ENECSYSGW"></a>
<h3>ENECSYSGW</h3>
<ul>
Module to access the ENECSYS gateway (http://www.ENECSYS.com/products/gateway/).<br><br>
Module to access the ENECSYS gateway (http://www.ENECSYS.com/products/gateway/).<br /><br />
The actual micro-inverter devices are defined as <a href="#ENECSYSINV">ENECSYSINV</a> devices.
<br><br>
<br /><br />
All newly found inverter devices are autocreated and added to the room ENECSYSINV.
<br><br>
<br /><br />
<a name="ENECSYSGW_Define"></a>
<b>Define</b>
<ul>
<code>define &lt;name&gt; ENECSYSGW [&lt;host&gt;] [&lt;interval&gt;]</code><br>
<br>
<code>define &lt;name&gt; ENECSYSGW [&lt;host&gt;] [&lt;interval&gt;]</code><br />
<br />
Defines an ENECSYSGW device with address &lt;host&gt;.<br><br>
Defines an ENECSYSGW device with address &lt;host&gt;.<br /><br />
The gateway will be polled every &lt;interval&gt; seconds. The default is 10 and minimum is 5.<br><br>
The gateway will be polled every &lt;interval&gt; seconds. The default is 10 and minimum is 5.<br /><br />
Examples:
<ul>
<code>define gateway ENECSYSGW 10.0.1.1</code><br>
<code>define gateway ENECSYSGW 10.0.1.1</code><br />
</ul>
</ul><br>
</ul><br>
</ul><br />
</ul><br />
=end html
=cut

View File

@ -132,20 +132,20 @@ sub ENECSYSINV_Parse($$)
<a name="ENECSYSINV"></a>
<h3>ENECSYSINV</h3>
<ul>
<br>
<br />
<a name="ENECSYSINV_Define"></a>
<b>Define</b>
<ul>
<code>define &lt;name&gt; ENECSYSINV &lt;id&gt; [&lt;interval&gt;]</code><br>
<br>
<code>define &lt;name&gt; ENECSYSINV &lt;id&gt; [&lt;interval&gt;]</code><br />
<br />
Defines an micro-inverter device connected to an <a href="#ENECSYSGW">ENECSYSGW</a>.<br><br>
Defines an micro-inverter device connected to an <a href="#ENECSYSGW">ENECSYSGW</a>.<br /><br />
Examples:
<ul>
<code>define SolarPanel1 ENECSYSINV 100123456</code><br>
<code>define SolarPanel1 ENECSYSINV 100123456</code><br />
</ul>
</ul><br>
</ul><br />
<a name="ENECSYSINV_Readings"></a>
<b>Readings</b>
@ -173,7 +173,7 @@ sub ENECSYSINV_Parse($$)
</ul><br />
</ul><br>
</ul><br />
=end html
=cut