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 897caf2eaa
commit f1ac47ecf0

View File

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