ZWave: debugging added

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@5873 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2014-05-16 09:30:14 +00:00
parent 02d82b2603
commit 47f808f0f4

View File

@@ -727,6 +727,8 @@ ZWave_Parse($$@)
push @event, $val;
}
}
Log3 $hash, 4, "$hash->{NAME}: $className $arg generated no event"
if(!@event);
}
my $wu = $baseHash->{WakeUp};