1
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-05-04 22:19:38 +00:00

JeeLink: fixed EMT7110 entry in matchList

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@6734 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
justme-1968 2014-10-10 05:56:46 +00:00
parent 5b18236283
commit cbb366d841

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 = (