diff --git a/fhem/CHANGED b/fhem/CHANGED index 04306a2b9..eb3fc5239 100644 --- a/fhem/CHANGED +++ b/fhem/CHANGED @@ -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. + - change: DOIFtools: add DOIF's weekday 9 to next timer - feature: 34_ESPEasy: improved deepsleep support - feature: 73_AutoShuttersControl: add maxBrightness for morning open - feature: 73_AutoShuttersControl: support for shading, fix bugs diff --git a/fhem/FHEM/98_DOIFtools.pm b/fhem/FHEM/98_DOIFtools.pm index 7a6a1ab59..96dd905d2 100644 --- a/fhem/FHEM/98_DOIFtools.pm +++ b/fhem/FHEM/98_DOIFtools.pm @@ -46,7 +46,7 @@ sub DOIFtools_logWrapper($); sub DOIFtoolsCounterReset($); sub DOIFtoolsDeleteStatReadings; -my @DOIFtools_we = (0,0,0,0,0,0,0,0); +my @DOIFtools_we = (0,0,0,0,0,0,0,0,0); my $DOIFtoolsJSfuncEM = <<'EOF';