2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 18:59:33 +00:00

ZWave: debugging added

git-svn-id: https://svn.fhem.de/fhem/trunk@5873 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2014-05-16 09:30:14 +00:00
parent 7193257898
commit cf1314bbc9

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