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:
@@ -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") {
|
||||
|
||||
Reference in New Issue
Block a user