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

36_JeeLink.pm: Added EMT7110 to Clients and MatchList

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@6489 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
hcs-svn 2014-08-31 15:37:19 +00:00
parent 92963a56c1
commit 1e1b0f43e6

View File

@ -19,7 +19,7 @@ sub JeeLink_Write($$);
sub JeeLink_SimpleWrite(@); sub JeeLink_SimpleWrite(@);
sub JeeLink_ResetDevice($); sub JeeLink_ResetDevice($);
my $clientsJeeLink = ":PCA301:EC3000:RoomNode:LaCrosse:ETH200comfort:CUL_IR:HX2272:FS20:AliRF"; my $clientsJeeLink = ":PCA301:EC3000:RoomNode:LaCrosse:ETH200comfort:CUL_IR:HX2272:FS20:AliRF:Level:EMT7110";
my %matchListPCA301 = ( my %matchListPCA301 = (
"1:PCA301" => "^\\S+\\s+24", "1:PCA301" => "^\\S+\\s+24",
@ -27,6 +27,7 @@ my %matchListPCA301 = (
"3:RoomNode" => "^\\S+\\s+11", "3:RoomNode" => "^\\S+\\s+11",
"4:LaCrosse" => "^\\S+\\s+9 ", "4:LaCrosse" => "^\\S+\\s+9 ",
"5:AliRF" => "^\\S+\\s+5 ", "5:AliRF" => "^\\S+\\s+5 ",
"6:EMT7110" => "^OK\\sEMT7110\\s,",
); );
my %matchListJeeLink433 = ( my %matchListJeeLink433 = (