2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-05-03 07:35:22 +00:00

36_JeeLink.pm: added KeyValueProtocol

git-svn-id: https://svn.fhem.de/fhem/trunk@9918 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
justme-1968 2015-11-17 15:51:40 +00:00
parent c6be4734e0
commit 5718f0c7f9

View File

@ -23,12 +23,13 @@ sub JeeLink_ResetDevice($);
my $clientsJeeLink = ":PCA301:EC3000:RoomNode:LaCrosse:ETH200comfort:CUL_IR:HX2272:FS20:AliRF:Level:EMT7110";
my %matchListPCA301 = (
"1:PCA301" => "^\\S+\\s+24",
"2:EC3000" => "^\\S+\\s+22",
"3:RoomNode" => "^\\S+\\s+11",
"4:LaCrosse" => "^(\\S+\\s+9 |OK\\sWS\\s)",
"5:AliRF" => "^\\S+\\s+5 ",
"6:EMT7110" => "^OK\\sEMT7110\\s",
"1:PCA301" => "^\\S+\\s+24",
"2:EC3000" => "^\\S+\\s+22",
"3:RoomNode" => "^\\S+\\s+11",
"4:LaCrosse" => "^(\\S+\\s+9 |OK\\sWS\\s)",
"5:AliRF" => "^\\S+\\s+5 ",
"6:EMT7110" => "^OK\\sEMT7110\\s",
"7:KeyValueProtocol" => "^OK\\sVALUES\\s",
);
my %matchListJeeLink433 = (