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.