2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-05-04 20:17:45 +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

@ -29,6 +29,7 @@ my %matchListPCA301 = (
"4:LaCrosse" => "^(\\S+\\s+9 |OK\\sWS\\s)", "4:LaCrosse" => "^(\\S+\\s+9 |OK\\sWS\\s)",
"5:AliRF" => "^\\S+\\s+5 ", "5:AliRF" => "^\\S+\\s+5 ",
"6:EMT7110" => "^OK\\sEMT7110\\s", "6:EMT7110" => "^OK\\sEMT7110\\s",
"7:KeyValueProtocol" => "^OK\\sVALUES\\s",
); );
my %matchListJeeLink433 = ( my %matchListJeeLink433 = (