fixed typo

git-svn-id: https://svn.fhem.de/fhem/trunk@6083 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
justme1968
2014-06-07 20:19:42 +00:00
parent 9ca28b63d3
commit f2f2da75cb

View File

@@ -1043,7 +1043,7 @@ sub JeeLink_getIndexOfArray($@) {
<li>MatchList<br>
can be set to a perl expression that returns a hash that is used as the MatchList<br>
<code>attr myJeeling MatchList {'5:AliRF' => '^\\S+\\s+5 '}</code></li>
<code>attr myJeeLink MatchList {'5:AliRF' => '^\\S+\\s+5 '}</code></li>
<li>initCommands<br>
Space separated list of commands to send for device initialization.<br>