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)
    +