2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-15 22:26:04 +00:00

36_LaCrosseGateway.pm: added CapacitiveLevel to matchlist and clients

git-svn-id: https://svn.fhem.de/fhem/trunk@17131 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
HCS 2018-08-12 19:01:28 +00:00
parent 2145e7fe02
commit c6c5bdec98

View File

@ -7,7 +7,7 @@ use warnings;
use Time::HiRes qw(gettimeofday);
use Time::Local;
my $clients = ":PCA301:EC3000:LaCrosse:Level:EMT7110:KeyValueProtocol";
my $clients = ":PCA301:EC3000:LaCrosse:Level:EMT7110:KeyValueProtocol:CapacitiveLevel";
my %matchList = (
"1:PCA301" => "^\\S+\\s+24",
@ -16,6 +16,7 @@ my %matchList = (
"4:EMT7110" => "^OK\\sEMT7110\\s",
"5:Level" => "^OK\\sLS\\s",
"6:KeyValueProtocol" => "^OK\\sVALUES\\s",
"7:CapacitiveLevel" => "^OK\\sCL\\s",
);
sub LaCrosseGateway_Initialize($) {