1
0
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:
rudolfkoenig 2014-03-16 12:31:19 +00:00
parent 7f43f9f766
commit 0505f3a2d7

View File

@ -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;