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:
parent
47f7c1899e
commit
e299bf80ce
@ -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)";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user