mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-02-01 01:09:47 +00:00
docu
git-svn-id: https://svn.fhem.de/fhem/trunk@6014 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
53614c49a0
commit
8f6a02ccd0
@ -417,7 +417,7 @@ statistics_DoStatistics($$$)
|
||||
}
|
||||
|
||||
if ($statisticDone != 1) {
|
||||
if (exists ($dev->{READINGS}{state})) {
|
||||
if ( exists ($dev->{READINGS}{state}) && $dev->{READINGS}{state}{VAL} ne "defined" ) {
|
||||
statistics_doStatisticDuration $hash, $dev, "state", $periodSwitch;
|
||||
$statisticDone = 1;
|
||||
}
|
||||
@ -862,15 +862,14 @@ statistics_FormatDuration($)
|
||||
<br>
|
||||
Beispiel: <code>define Statistik statistics Sensor_.*|Wettersensor</code>
|
||||
<br>
|
||||
<li><code><DeviceNameRegExp></code>
|
||||
<br>
|
||||
Regular expression of device names. <b>!!! Not the device readings !!!</b>
|
||||
</li><br>
|
||||
<li><code>[Prefix]</code>
|
||||
<br>
|
||||
Optional. Prefix set is place before statistical data. Default is <i>stat</i>
|
||||
</li><br>
|
||||
<li><code><DeviceNameRegExp></code>
|
||||
<br>
|
||||
Regular expression of device names. !!! Not the device readings !!!
|
||||
<br>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<br>
|
||||
@ -950,11 +949,11 @@ statistics_FormatDuration($)
|
||||
<ul>
|
||||
<code>define <Name> statistics <GeräteNameRegExp> [Prefix]</code>
|
||||
<br>
|
||||
Beispiel: <code>define Statistik statistics Sensor_.*|Wettersensor</code>
|
||||
Beispiel: <code>define Statistik statistics Wettersensor|Badsensor</code>
|
||||
<br>
|
||||
<li><code><GeräteNameRegExp></code>
|
||||
<br>
|
||||
Regulärer Ausdruck für den Gerätenamen. !!! Nicht die Gerätewerte !!!
|
||||
Regulärer Ausdruck für den Gerätenamen. <b>!!! Nicht die Gerätewerte !!!</b>
|
||||
</li><br>
|
||||
<li><code>[Prefix]</code>
|
||||
<br>
|
||||
|
Loading…
Reference in New Issue
Block a user