From 717b12ae12f8df69737f9727cf6cd2ec1d49ce34 Mon Sep 17 00:00:00 2001 From: rudolfkoenig <> Date: Mon, 11 Mar 2013 19:48:01 +0000 Subject: [PATCH] Replacing
 in the documentation

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@2895 2b470e98-0d58-463d-a4d8-8e2adae1ed80
---
 FHEM/00_FHZ.pm      | 15 ++++++++-------
 FHEM/10_FS20.pm     | 38 +++++++++++++++++++-------------------
 FHEM/11_FHT.pm      | 40 ++++++++++++++++++++--------------------
 FHEM/15_CUL_EM.pm   | 14 ++++++++------
 FHEM/91_watchdog.pm | 28 ++++++++++++++--------------
 FHEM/92_FileLog.pm  | 11 +++++++----
 FHEM/98_XmlList.pm  | 28 +++++++++++++++++-----------
 7 files changed, 93 insertions(+), 81 deletions(-)

diff --git a/FHEM/00_FHZ.pm b/FHEM/00_FHZ.pm
index 6ff3b3340..8af4ad718 100755
--- a/FHEM/00_FHZ.pm
+++ b/FHEM/00_FHZ.pm
@@ -872,13 +872,14 @@ FHZ_Read($)
           for detailed USB / electromag. interference troubleshooting.
       
  • initfull issues the initialization sequence for the FHZ device:
    -
    -            get FHZ init2
    -            get FHZ serial
    -            set FHZ initHMS
    -            set FHZ initFS20
    -            set FHZ time
    -            set FHZ raw 04 01010100010000
  • +
  • reopen closes and reopens the serial device port. This implicitly initializes the FHZ and issues the initfull command sequence.
  • diff --git a/FHEM/10_FS20.pm b/FHEM/10_FS20.pm index 2757bc270..d13fb264f 100755 --- a/FHEM/10_FS20.pm +++ b/FHEM/10_FS20.pm @@ -519,25 +519,25 @@ four2hex($$) set <name> <value> [<time>]

    where value is one of:
    -
    -    dim06% dim12% dim18% dim25% dim31% dim37% dim43% dim50%
    -    dim56% dim62% dim68% dim75% dim81% dim87% dim93% dim100%
    -    dimdown
    -    dimup
    -    dimupdown
    -    off
    -    off-for-timer
    -    on                # dimmer: set to value before switching it off
    -    on-for-timer      # see the note
    -    on-old-for-timer  # set to previous (before switching it on)
    -    ramp-on-time      # time to reach the desired dim value on dimmers
    -    ramp-off-time     # time to reach the off state on dimmers
    -    reset
    -    sendstate
    -    timer
    -    toggle            # between off and previous dim val
    -    on-till           # Special, see the note
    -
    + The set extensions are also supported.

    Examples: diff --git a/FHEM/11_FHT.pm b/FHEM/11_FHT.pm index 59425299b..07e52abca 100755 --- a/FHEM/11_FHT.pm +++ b/FHEM/11_FHT.pm @@ -744,26 +744,26 @@ getFhtBuffer($) set <name> <valuetype> <value>

    where value is one of:
    -
    -      desired-temp
    -      day-temp night-temp
    -      report1 report2
    -      refreshvalues
    -      mode
    -      holiday1 holiday2      # see mode holiday_short or holiday
    -      manu-temp              # No clue what it does.
    -      year month day hour minute
    -      time date
    -      lowtemp-offset         # Alarm-Temp.-Differenz
    -      windowopen-temp
    -      mon-from1 mon-to1 mon-from2 mon-to2
    -      tue-from1 tue-to1 tue-from2 tue-to2
    -      wed-from1 wed-to1 wed-from2 wed-to2
    -      thu-from1 thu-to1 thu-from2 thu-to2
    -      fri-from1 fri-to1 fri-from2 fri-to2
    -      sat-from1 sat-to1 sat-from2 sat-to2
    -      sun-from1 sun-to1 sun-from2 sun-to2
    -
    + Examples: Notes:


    Example: -
    get outlog out-2008.log - 2008-01-01 2008-01-08 4:IR:int: 9:IR::
    -

    + +
    diff --git a/FHEM/98_XmlList.pm b/FHEM/98_XmlList.pm index 02b76de79..71b84a730 100644 --- a/FHEM/98_XmlList.pm +++ b/FHEM/98_XmlList.pm @@ -121,17 +121,23 @@ CommandXmlList($$) optional, and restricts the list of devices if specified.

    Example: -
      fhem> xmllist
    -  <FHZINFO>
    -          <internal_LIST>
    -                  <internal name="global" state="internal" sets=""
    -                            attrs="room configfile logfile ...">
    -                          <INT key="DEF" value="<no definition>"/>
    -                          <INT key="NR" value="0"/>
    -                          <INT key="STATE" value="internal"/>
    -      [...]
    -
    -  
    + + =end html