mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +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);
|
return undef if(!$h);
|
||||||
|
|
||||||
my $dn = $dev->{NAME};
|
my $dn = $dev->{NAME};
|
||||||
return undef if(!$h->{devices}{$dn});
|
return undef if(!$h->{devices}{$dn} && $h->{type} !~ m/raw/);
|
||||||
|
|
||||||
my @data;
|
my @data;
|
||||||
my %extPage;
|
my %extPage;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user