eventTypes.pm: filter another CUL_HM event (Forum #29896)
git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@7221 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -39,6 +39,7 @@ eventTypes_Define($$)
|
||||
foreach my $l (@content) {
|
||||
next if(!defined($l));
|
||||
next if($l =~ m/ CULHM (SND|RCV) /);
|
||||
next if($l =~ m/RAWMSG/);
|
||||
next if($l =~ m/ UNKNOWNCODE /);
|
||||
next if($l =~ m/^\d+ global /);
|
||||
my @a = split(" ", $l, 3);
|
||||
|
||||
Reference in New Issue
Block a user