mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
36_PCA301: support IsIgnored
git-svn-id: https://svn.fhem.de/fhem/trunk@8443 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
c22b4573c6
commit
5856f2ea44
@ -204,6 +204,8 @@ PCA301_Parse($$)
|
||||
my $rhash = $modules{PCA301}{defptr}{$raddr};
|
||||
my $rname = $rhash?$rhash->{NAME}:$raddr;
|
||||
|
||||
return "" if( IsIgnored($rname) );
|
||||
|
||||
if( !$modules{PCA301}{defptr}{$raddr} ) {
|
||||
Log3 $name, 3, "PCA301 Unknown device $rname, please define it";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user