2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 12:49:34 +00:00

ZWave.pm: add Event for CMD: ZW_APPLICATION_UPDATE

git-svn-id: https://svn.fhem.de/fhem/trunk@5103 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2014-03-03 08:25:43 +00:00
parent 5cbb166526
commit 33ce497310

View File

@ -611,6 +611,7 @@ ZWave_Parse($$@)
if($hash && $hash->{WakeUp} && @{$hash->{WakeUp}}) { # Always the base hash
IOWrite($hash, "00", shift @{$hash->{WakeUp}});
}
readingsSingleUpdate($hash, "CMD", $cmd, 1); # forum:20884
return $ret;
} elsif($cmd eq "ZW_SEND_DATA") {