2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-16 10:46:03 +00:00

ZWave: trigger ZW_APPLICATION_UPDATE (Forum# 20884)

git-svn-id: https://svn.fhem.de/fhem/trunk@5152 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2014-03-06 19:54:16 +00:00
parent ed9dcc4778
commit b3615c0d02

View File

@ -611,7 +611,10 @@ 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
if(!$ret) {
readingsSingleUpdate($hash, "CMD", $cmd, 1); # forum:20884
return $hash->{NAME};
}
return $ret;
} elsif($cmd eq "ZW_SEND_DATA") {