2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-07 19:04:20 +00:00

36_JeeLink.pm: added KeyValueProtocol dictionary

git-svn-id: https://svn.fhem.de/fhem/trunk@9940 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
justme-1968 2015-11-20 19:54:17 +00:00
parent 4ab6e24c27
commit 58b4c89476

View File

@ -20,7 +20,7 @@ sub JeeLink_Write($$);
sub JeeLink_SimpleWrite(@);
sub JeeLink_ResetDevice($);
my $clientsJeeLink = ":PCA301:EC3000:RoomNode:LaCrosse:ETH200comfort:CUL_IR:HX2272:FS20:AliRF:Level:EMT7110";
my $clientsJeeLink = ":PCA301:EC3000:RoomNode:LaCrosse:ETH200comfort:CUL_IR:HX2272:FS20:AliRF:Level:EMT7110:KeyValueProtocol";
my %matchListPCA301 = (
"1:PCA301" => "^\\S+\\s+24",
@ -30,6 +30,7 @@ my %matchListPCA301 = (
"5:AliRF" => "^\\S+\\s+5 ",
"6:EMT7110" => "^OK\\sEMT7110\\s",
"7:KeyValueProtocol" => "^OK\\sVALUES\\s",
"77:KeyValueProtocol" => "^OK\\sDICTIONARY\\s",
);
my %matchListJeeLink433 = (