2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-10 03:06:37 +00:00

logging added in Heating_Control_SetAllTemps()

git-svn-id: https://svn.fhem.de/fhem/trunk@3708 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
dietmar63 2013-08-15 19:09:37 +00:00
parent 697ea43271
commit bc1a852172

View File

@ -257,6 +257,7 @@ Heating_Control_Update($)
my $nowSwitch = 0;
my $loglevel = GetLogLevel ($hash->{NAME}, 5);
# $loglevel = 3;
my $startIdx;
for (my $d=-1; $d>=-7; $d--) {
@ -348,7 +349,9 @@ sub Heating_Control_SetAllTemps() { # {Heating_Control_SetAllTemps()}
}
}
Heating_Control_Update($hash);
Log 3, "Heating_Control_Update() for $hash->{NAME} done!";
}
Log 3, "Heating_Control_SetAllTemps() done!";
}
sub SortNumber {