2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-16 16:56:04 +00:00

14_CUL_TX.pm: respect the ignore flag (Forum #59297)

git-svn-id: https://svn.fhem.de/fhem/trunk@12387 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2016-10-20 08:07:56 +00:00
parent 47f7c1899e
commit e299bf80ce

View File

@ -80,6 +80,7 @@ CUL_TX_Parse($$)
my $now = time();
my $name = $def->{NAME};
return "" if(IsIgnored($name));
Log3 $name, 4, "CUL_TX $name $id3 ($msg)";