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:
rudolfkoenig
2014-12-15 10:02:49 +00:00
parent cc976f0101
commit d087ad3642

View File

@@ -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);