FHEMWEB: fix "Event monitor" logging for FHEM2FHEM:LOG

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@5233 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2014-03-16 12:31:19 +00:00
parent 3139c7df80
commit 16a6947ed6

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;