mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
98_Weekdaytimer: bugfix
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@18571 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
2fe7840691
commit
85897b9d2c
1
CHANGED
1
CHANGED
@ -1,5 +1,6 @@
|
|||||||
# Add changes at the top of the list. Keep it in ASCII, and 80-char wide.
|
# 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.
|
# 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
|
- bugfix: 70_ONKYO_AVR: model Reading not written correctly
|
||||||
- feature: 93_DbRep: executeBeforeProc / executeAfterProc is now available
|
- feature: 93_DbRep: executeBeforeProc / executeAfterProc is now available
|
||||||
for sqlCmd,sumValue, maxValue, minValue, diffValue,
|
for sqlCmd,sumValue, maxValue, minValue, diffValue,
|
||||||
|
@ -662,7 +662,7 @@ sub WeekdayTimer_gatherSwitchingTimes {
|
|||||||
#pruefen auf Angabe eines Schaltpunktes
|
#pruefen auf Angabe eines Schaltpunktes
|
||||||
my $element = "";
|
my $element = "";
|
||||||
my @restoreElements = ();
|
my @restoreElements = ();
|
||||||
while (@$a > 0) {
|
E: while (@$a > 0) {
|
||||||
|
|
||||||
my $actualElement = shift @$a;
|
my $actualElement = shift @$a;
|
||||||
push @restoreElements, $actualElement;
|
push @restoreElements, $actualElement;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user