corrected unbalanced html code

git-svn-id: https://svn.fhem.de/fhem/trunk@2126 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
wherzig
2012-11-16 20:08:47 +00:00
parent 2a7a0fa523
commit 522382f61f
2 changed files with 5 additions and 5 deletions

View File

@@ -439,9 +439,9 @@ These receivers supports many protocols like Oregon Scientific weather sensors,
<br>
<br>
Example: <br>
<code>define RFXCOMTCP RFXCOM 192.168.1.5:10001
<code>define RFXCOMTCP RFXCOM 192.168.1.5:10001</code>
<br>
<code>define RFXCOMTCP2 RFXCOM 192.168.1.121:10001 noinit
<code>define RFXCOMTCP2 RFXCOM 192.168.1.121:10001 noinit</code>
<br>
</ul>
<br>

View File

@@ -53,7 +53,7 @@ TRX_Initialize($)
$hash->{Clients} =
":TRX_WEATHER:TRX_SECURITY:TRX_LIGHT:";
my %mc = (
"1:TRX_WEATHER" => "^..(50|51|52|54|55|56|5d).*",
"1:TRX_WEATHER" => "^..(50|51|52|54|55|56|5a|5d).*",
"2:TRX_SECURITY" => "^..(20).*",
"3:TRX_LIGHT" => "^..(10|11|12).*",
"4:TRX_ELSE" => "^...*",
@@ -462,9 +462,9 @@ KlikAanKlikUit, NEXA, CHACON, HomeEasy UK.</li>
<br>
<br>
Example: <br>
<code>define RFXTRXTCP TRX 192.168.1.5:10001
<code>define RFXTRXTCP TRX 192.168.1.5:10001</code>
<br>
<code>define RFXTRXTCP2 TRX 192.168.1.121:10001 noinit
<code>define RFXTRXTCP2 TRX 192.168.1.121:10001 noinit</code>
<br>
</ul>
<br>