diff --git a/FHEM/10_CUL_HM.pm b/FHEM/10_CUL_HM.pm index 496e96997..6d229e406 100755 --- a/FHEM/10_CUL_HM.pm +++ b/FHEM/10_CUL_HM.pm @@ -5393,9 +5393,9 @@ sub CUL_HM_Set($@) {#+++++++++++++++++ set command+++++++++++++++++++++++++++++ if (!$a[2] || $a[2] < 5 || $a[2] > 30 || !$a[6] ); $temp = $a[2]*2; # party format 03.8.13 11:30 5.8.13 12:00 - my ($sd,$sm,$sy) = split('\.',$a[3]); + my ($sd,$sm,$sy) = split('[\.-]',$a[3]); my ($sh,$smin) = split(':' ,$a[4]); - my ($ed,$em,$ey) = split('\.',$a[5]); + my ($ed,$em,$ey) = split('[\.-]',$a[5]); my ($eh,$emin) = split(':' ,$a[6]); return "wrong start day $sd" if ($sd < 0 || $sd > 31); @@ -9709,7 +9709,7 @@ sub CUL_HM_tempListTmpl(@) { ################################################## return $ret; } -1; +1;partyTemp =pod =item device @@ -10386,7 +10386,7 @@ sub CUL_HM_tempListTmpl(@) { ##################################################
  • controlParty <temp><startDate><startTime><endDate><endTime>
    set control mode to party, define temp and timeframe.
    example:
    - set controlParty 15 03.8.13 20:30 5.8.13 11:30
  • + set controlParty 15 03-8-13 20:30 5-8-13 11:30
  • sysTime
    set time in climate channel to system time
  • desired-temp <temp>
    @@ -11747,7 +11747,7 @@ sub CUL_HM_tempListTmpl(@) { ##################################################
  • controlParty <temp><startDate><startTime><endDate><endTime>
    setzt die Steuerung in den Partymodus, definiert Temperatur und Zeitrahmen.
    Beispiel:
    - set controlParty 15 03.8.13 20:30 5.8.13 11:30
  • + set controlParty 15 03-8-13 20:30 5-8-13 11:30
  • sysTime
    setzt Zeit des Klimakanals auf die Systemzeit
  • desired-temp <temp>