diff --git a/FHEM/10_CUL_HM.pm b/FHEM/10_CUL_HM.pm index 63266603f..d3b4c61a3 100755 --- a/FHEM/10_CUL_HM.pm +++ b/FHEM/10_CUL_HM.pm @@ -1410,7 +1410,7 @@ sub CUL_HM_parseCommon(@){##################################################### $success = "yes"; $reply = "ACK"; } - readingsSingleUpdate($chnhash,"CommandAccepted",$success,1); + readingsSingleUpdate($chnhash,"CommandAccepted",$success,0); CUL_HM_ProcessCmdStack($shash) if($dhash->{DEF} && (CUL_HM_IOid($shash) eq $dhash->{DEF})); $ret = $reply; @@ -2963,7 +2963,7 @@ sub CUL_HM_protState($$){ my ($hash,$state) = @_; $hash->{protState} = $state; my $name = $hash->{NAME}; - readingsSingleUpdate($hash,"state",$state,1)if (!$hash->{helper}{role}{chn}); + readingsSingleUpdate($hash,"state",$state,0)if (!$hash->{helper}{role}{chn}); Log GetLogLevel($name,6),"CUL_HM $name protEvent:$state". ($hash->{cmdStack}?" pending:".scalar @{$hash->{cmdStack}}:""); diff --git a/FHEM/98_HMinfo.pm b/FHEM/98_HMinfo.pm index 901385cf9..ad75bfbd0 100644 --- a/FHEM/98_HMinfo.pm +++ b/FHEM/98_HMinfo.pm @@ -985,21 +985,21 @@ sub HMinfo_cpRegs(@){#########################################################

HMinfo