From 2c33eddcfb5861a0fb1658823294cf6f946f424b Mon Sep 17 00:00:00 2001 From: dietmar63 <> Date: Wed, 5 Feb 2014 21:03:08 +0000 Subject: [PATCH] Dokumentation repaired - unblanced
  • - ü, ö, ä git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@4816 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- FHEM/98_Heating_Control.pm | 10 +++++----- FHEM/98_RandomTimer.pm | 8 ++++++-- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/FHEM/98_Heating_Control.pm b/FHEM/98_Heating_Control.pm index 5a0ff67a4..a7ad68eb8 100644 --- a/FHEM/98_Heating_Control.pm +++ b/FHEM/98_Heating_Control.pm @@ -697,7 +697,7 @@ sub SortNumber {

    @@ -711,7 +711,7 @@ sub SortNumber { Uhrzeit:Angabe der Uhrzeit zu der geschaltet werden soll, Format: HH:MM:[SS](HH im 24 Stunden Format) oder eine Perlfunction wie {sunrise_abs()}
    Parameter:Angabe der zu setzenden Temperatur als Zahl mit Format 99.9 oder als symbolische Konstante eco or comfort - was immer das Heizkörperthermostat versteht. - Symbolischen Werten kann ein zusätzlicher Parameter angehängt werden: dayTemp:16 night-temp:15. Unten folgen Beispiele

    + Symbolischen Werten kann ein zusätzlicher Parameter angehängt werden: dayTemp:16 night-temp:15. Unten folgen Beispiele


    diff --git a/FHEM/98_RandomTimer.pm b/FHEM/98_RandomTimer.pm index 470e6d83d..10b6433c7 100644 --- a/FHEM/98_RandomTimer.pm +++ b/FHEM/98_RandomTimer.pm @@ -495,10 +495,11 @@ sub RandomTimer_Wakeup() { # {RandomTimer_Wakeup()} Examples
             attr   ZufallsTimerZ         disableCond      (!isVerreist())
    -        attr   ZufallsTimerZ         disableCond  (Value("presenceDummy" eq "notPresent"))        
    +        attr   ZufallsTimerZ         disableCond      (Value("presenceDummy" eq "notPresent"))        
             
  • -
  • keepDeviceAlive
    + +
  • disableCond
    The default behavior of a RandomTimer is, that it shuts down the device after stoptime is reached. The keepDeviceAlive attribute changes the behavior. If set, the device status is not changed when the stoptime is reached.
    @@ -507,6 +508,7 @@ sub RandomTimer_Wakeup() { # {RandomTimer_Wakeup()} attr ZufallsTimerZ keepDeviceAlive
  • +
  • onCmd, offCmd
    Setting the on-/offCmd changes the command sent to the device. Standard is: "set <device> on". The device can be specified by a @. @@ -519,6 +521,7 @@ sub RandomTimer_Wakeup() { # {RandomTimer_Wakeup()} attr Timer offCmd set @ off 12
  • +
  • switchmode
    Setting the switchmode you can influence the behavior of switching on/off. The parameter has the Format 999/999 and the default ist 800/200. The values are in "per mill". @@ -529,6 +532,7 @@ sub RandomTimer_Wakeup() { # {RandomTimer_Wakeup()} attr ZufallsTimerZ switchmode 400/400
  • + =end html