JeeLink: fixed EMT7110 entry in matchList

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@6734 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
justme1968
2014-10-10 05:56:46 +00:00
parent fdf3677f0a
commit 850c610cf0

View File

@@ -27,7 +27,7 @@ my %matchListPCA301 = (
"3:RoomNode" => "^\\S+\\s+11",
"4:LaCrosse" => "^\\S+\\s+9 ",
"5:AliRF" => "^\\S+\\s+5 ",
"6:EMT7110" => "^OK\\sEMT7110\\s,",
"6:EMT7110" => "^OK\\sEMT7110\\s",
);
my %matchListJeeLink433 = (