From b2e319b985a0adf8b4de01a95bdbf7869c07eff0 Mon Sep 17 00:00:00 2001 From: rudolfkoenig Date: Mon, 16 Jul 2012 09:25:10 +0000 Subject: [PATCH] avg min/max added, forgotten (MSGFile and ECMDDevice) added git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@1733 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- docs/commandref.html | 43 +++++++++++++++++++++++++++++++++---------- 1 file changed, 33 insertions(+), 10 deletions(-) diff --git a/docs/commandref.html b/docs/commandref.html index 97b32af1b..ad82544fd 100644 --- a/docs/commandref.html +++ b/docs/commandref.html @@ -4640,7 +4640,9 @@ To send the data, both send or write could be used.
set myMsg send myMail
set myMail clear

- + + + Attributes +

ECMDDevice

@@ -9337,7 +9340,9 @@ KlikAanKlikUit, NEXA, CHACON, HomeEasy UK.
You need to define an RFXtrx433

average


Example:
-    # Compute the average for the temperature events of the ws1 device
+    # Compute the average, minimum and maximum for the temperature events of
+    # the ws1 device
     define avg_temp_ws1 average ws1:temperature.*
 
-    # Compute the average for each temperature event
+    # Compute the average, minimum and maximum for each temperature event
     define avg_temp_ws1 average .*:temperature.*
 
-    # Compute the average for all temperature and humidity events
+    # Compute the average, minimum and maximum for all temperature and humidity events
     # Events:
     # ws1 temperature: 22.3
     # ws1 humidity: 67.4
@@ -9396,11 +9415,15 @@ KlikAanKlikUit, NEXA, CHACON, HomeEasy UK. 
You need to define an RFXtrx433
  • disable
  • - + Generated events: