mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-10 03:06:37 +00:00
FHEMWEB: fix "Event monitor" logging for FHEM2FHEM:LOG
git-svn-id: https://svn.fhem.de/fhem/trunk@5233 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
7f43f9f766
commit
0505f3a2d7
@ -2050,7 +2050,7 @@ FW_Notify($$)
|
||||
return undef if(!$h);
|
||||
|
||||
my $dn = $dev->{NAME};
|
||||
return undef if(!$h->{devices}{$dn});
|
||||
return undef if(!$h->{devices}{$dn} && $h->{type} !~ m/raw/);
|
||||
|
||||
my @data;
|
||||
my %extPage;
|
||||
|
Loading…
x
Reference in New Issue
Block a user