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:
parent
2145e7fe02
commit
c6c5bdec98
@ -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($) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user