2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-02-07 16:59:18 +00:00

reduce events, correct spelling

git-svn-id: https://svn.fhem.de/fhem/trunk@3513 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
martinp876 2013-07-27 22:38:07 +00:00
parent ac697024d2
commit 0d71b5c475
2 changed files with 11 additions and 12 deletions

View File

@ -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}}:"");

View File

@ -985,21 +985,21 @@ sub HMinfo_cpRegs(@){#########################################################
<h3>HMinfo</h3>
<ul>
<tr><td>
HMinfo is a module that shall support in getting an overview of
HMinfo is a module to support getting an overview of
eQ-3 HomeMatic devices as defines in <a href="#CUL_HM">CUL_HM</a>. <br><br>
<B>Status information and counter</B><br>
hminfo tries to give an overview on the CUL_HM installed base including current conditions.
Readings and counter will not be updates automatically due to performance issues. <br>
HMinfo gives an overview on the CUL_HM installed base including current conditions.
Readings and counter will not be updated automatically due to performance issues. <br>
Command <a href="#HMinfoupdate">update</a> must be used to refresh the values.
<ul><code>
set hm update<br>
</code></ul>
Webview of HMinfo will provide details, mainly based counter drivern, on how
many CUL_HM entities experience certain conditions. Areas provided are
Webview of HMinfo will provide details, basically counter about how
many CUL_HM entities experience exceptional conditions. Areas provided are
<li>Action Detector status</li>
<li>CUL_HM related IO devices with their condition</li>
<li>CUL_HM related IO devices and condition</li>
<li>Device protocol events which are related to communication errors</li>
<li>count of certain readings (e.g. batterie) with their condition - <a href="HMinfoattr">attribut controlled</a></li>
<li>count of certain readings (e.g. batterie) and conditions - <a href="HMinfoattr">attribut controlled</a></li>
<li>count of error condition in readings (e.g. overheat, motorError) - <a href="HMinfoattr">attribut controlled</a></li>
<br>
@ -1009,8 +1009,7 @@ sub HMinfo_cpRegs(@){#########################################################
Commands will be executed on all HM entities of the installation.
If applicable and evident execution is restricted to related entities.
This means that rssi is executed only on devices, never channels since
they never have support rssi values.<br><br>
In fact, rssi is executed on devices only because channels do not support rssi values.<br><br>
<a name="HMinfoFilter"><b>Filter</b></a>
<ul> can be applied as following:<br><br>
<code>set &lt;name&gt; &lt;cmd&gt; &lt;filter&gt; [&lt;param&gt;]</code><br>
@ -1041,7 +1040,7 @@ sub HMinfo_cpRegs(@){#########################################################
<a name="HMinfodefine"><b>Define</b></a>
<ul>
<code>define &lt;name&gt; HMinfo</code><br>
Just one entity needs to be defines, no parameter are necessary.<br>
Just one entity needs to be defined without any parameter.<br>
</ul>
<br>