fixed typo

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@6083 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
justme1968
2014-06-07 20:19:42 +00:00
parent 60ef54d34a
commit cd13d53f26

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>