2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-06 06:08:44 +00:00

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 0acbdc0879
commit 3a3ed450a8
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>
<br> <br>
Example: <br> Example: <br>
<code>define RFXCOMTCP RFXCOM 192.168.1.5:10001 <code>define RFXCOMTCP RFXCOM 192.168.1.5:10001</code>
<br> <br>
<code>define RFXCOMTCP2 RFXCOM 192.168.1.121:10001 noinit <code>define RFXCOMTCP2 RFXCOM 192.168.1.121:10001 noinit</code>
<br> <br>
</ul> </ul>
<br> <br>

View File

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