mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-10 09:16:53 +00:00
HMCCU: Optimized week program display
git-svn-id: https://svn.fhem.de/fhem/trunk@28794 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
d0d5f3013d
commit
9f5da2f859
@ -7546,7 +7546,6 @@ sub HMCCU_DisplayWeekProgram ($$$;$$)
|
|||||||
|
|
||||||
if (defined($cmd->{min}) && HMCCU_IsIntNum($cmd->{min}) && $cmd->{min} > 0) {
|
if (defined($cmd->{min}) && HMCCU_IsIntNum($cmd->{min}) && $cmd->{min} > 0) {
|
||||||
$program -= $cmd->{min};
|
$program -= $cmd->{min};
|
||||||
HMCCU_Log ($clHash, 2, "program = $program, was ".$program+$cmd->{min});
|
|
||||||
}
|
}
|
||||||
|
|
||||||
my $s = '<html>';
|
my $s = '<html>';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user