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 f3378be142
commit 0893bce234

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") {