From 8f70e8d6bb9032c98f5d55faf12646cb5dfe7e8c Mon Sep 17 00:00:00 2001 From: martinp876 Date: Mon, 30 Jun 2014 05:43:46 +0000 Subject: [PATCH] allow msgReduce at reboot git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@6182 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/10_CUL_HM.pm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/fhem/FHEM/10_CUL_HM.pm b/fhem/FHEM/10_CUL_HM.pm index d1974c586..808aada3b 100755 --- a/fhem/FHEM/10_CUL_HM.pm +++ b/fhem/FHEM/10_CUL_HM.pm @@ -585,7 +585,7 @@ sub CUL_HM_Attr(@) {################################# else {return "param $_ unknown, use offAtPon or onAtRain";} } } - elsif ($hash->{helper}{role}{vrt}){ + elsif ($st eq "virtual"){ if ($cmd eq "set"){ if ($attrVal eq "noOnOff"){# no action } @@ -7603,7 +7603,7 @@ sub CUL_HM_tempListTmpl(@) { ################################################## set control mode to party and device ending time. Add the time it ends and the number of days it shall last. If it shall end next day '1' must be entered
-
  • systime
    +
  • sysTime
    set time in climate channel to system time

  • @@ -7620,7 +7620,7 @@ sub CUL_HM_tempListTmpl(@) { ################################################## set control mode to party, define temp and timeframe.
    example:
    set controlParty 15 03.8.13 20:30 5.8.13 11:30 -
  • systime
    +
  • sysTime
    set time in climate channel to system time
  • desired-temp <temp>
    Set different temperatures. <temp> must be between 6 and 30 @@ -8815,7 +8815,7 @@ sub CUL_HM_tempListTmpl(@) { ################################################## setzt die Steuerung für die angegebene Zeit in den Partymodus. Dazu ist die Endzeit sowie Anzahl an Tagen die er dauern soll anzugeben. Falls er am nächsten Tag enden soll ist '1' anzugeben
  • -
  • systime
    +
  • sysTime
    setzt Zeit des Klimakanals auf die Systemzeit

  • @@ -8827,7 +8827,7 @@ sub CUL_HM_tempListTmpl(@) { ################################################## setzt die Steuerung in den Partymodus, definiert Temperatur und Zeitrahmen.
    Beispiel:
    set controlParty 15 03.8.13 20:30 5.8.13 11:30 -
  • systime
    +
  • sysTime
    setzt Zeit des Klimakanals auf die Systemzeit
  • desired-temp <temp>
    Setzt verschiedene Temperaturen. <temp> muss zwischen 6°C und 30°C liegen, die Auflösung beträgt 0.5°C.