From e63419a86e3c203734252dc3aedeb6872a760be3 Mon Sep 17 00:00:00 2001 From: martinp876 <> Date: Sat, 27 Jul 2013 22:38:07 +0000 Subject: [PATCH] reduce events, correct spelling git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@3513 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- FHEM/10_CUL_HM.pm | 4 ++-- FHEM/98_HMinfo.pm | 19 +++++++++---------- 2 files changed, 11 insertions(+), 12 deletions(-) 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