mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-03 16:56:54 +00:00
98_Weekdaytimer: bugfix
git-svn-id: https://svn.fhem.de/fhem/trunk@18571 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
475489412e
commit
bf4e21ed62
@ -1,5 +1,6 @@
|
||||
# Add changes at the top of the list. Keep it in ASCII, and 80-char wide.
|
||||
# Do not insert empty lines here, update check depends on it.
|
||||
- bugifx: 98_WeekdayTimer: Label not found for "next E"
|
||||
- bugfix: 70_ONKYO_AVR: model Reading not written correctly
|
||||
- feature: 93_DbRep: executeBeforeProc / executeAfterProc is now available
|
||||
for sqlCmd,sumValue, maxValue, minValue, diffValue,
|
||||
|
@ -662,7 +662,7 @@ sub WeekdayTimer_gatherSwitchingTimes {
|
||||
#pruefen auf Angabe eines Schaltpunktes
|
||||
my $element = "";
|
||||
my @restoreElements = ();
|
||||
while (@$a > 0) {
|
||||
E: while (@$a > 0) {
|
||||
|
||||
my $actualElement = shift @$a;
|
||||
push @restoreElements, $actualElement;
|
||||
|
Loading…
x
Reference in New Issue
Block a user