2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 12:49:34 +00:00

36_JeeLink.pm: Added EMT7110 to Clients and MatchList

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

View File

@ -19,7 +19,7 @@ sub JeeLink_Write($$);
sub JeeLink_SimpleWrite(@);
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 = (
"1:PCA301" => "^\\S+\\s+24",
@ -27,6 +27,7 @@ my %matchListPCA301 = (
"3:RoomNode" => "^\\S+\\s+11",
"4:LaCrosse" => "^\\S+\\s+9 ",
"5:AliRF" => "^\\S+\\s+5 ",
"6:EMT7110" => "^OK\\sEMT7110\\s,",
);
my %matchListJeeLink433 = (