From d35a0548023e4eb261d8ff2e8aac803a815b4566 Mon Sep 17 00:00:00 2001 From: bentele Date: Thu, 10 Sep 2015 17:06:54 +0000 Subject: [PATCH] 98_GAEBUS.pm: minor fix git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@9224 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/contrib/98_GAEBUS.pm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/fhem/contrib/98_GAEBUS.pm b/fhem/contrib/98_GAEBUS.pm index fe9849b08..15780c754 100644 --- a/fhem/contrib/98_GAEBUS.pm +++ b/fhem/contrib/98_GAEBUS.pm @@ -6,6 +6,7 @@ # 21.07.2015 : A.Goebel : start implementation for "set .. write" # 23.07.2015 : A.Goebel : event-on-change-reading added to attributes # 08.09.2015 : A.Goebel : limit number of socket-open retries in GetUpdates loop +# 10.09.2015 : A.Goebel : fix html code of commandref package main; use strict; @@ -791,6 +792,7 @@ GAEBUS_GetUpdates($) [r]~<class>~<variable-name>~<comment from csv>
Valid combinations are read from the .csv files in directory "ebusd" and are selectable
Values from the attributes will be used as the name for the reading which are read from ebusd in the interval specified.
+
@@ -803,6 +805,7 @@ GAEBUS_GetUpdates($)
  • [r]~<class> <variable-name>~<comment from csv>
    Will read this variable from the ebusd and show the result as a popup.
    Valid combinations are read from the .csv files in directory "ebusd" and are selectable
    +


  • @@ -820,6 +823,7 @@ GAEBUS_GetUpdates($) They will appear when they are defined by a "set" command as described above.
    The value assigned to an attribute specifies the name of the reading for this variable.
    The name of the reading can be suffixed by "<number>" which is a multiplicator for the evaluation within the specified interal. (eg. OutsideTemp:3 will evaluate this reading every 3-th cycle)
    +