From 5b1ea59d7ab17ba333f587973fa54999d363ef7d Mon Sep 17 00:00:00 2001 From: Ellert <> Date: Sun, 23 Dec 2018 12:36:52 +0000 Subject: [PATCH] 98_DOIFtools.pm: add DOIF's weekday 9 to next timer git-svn-id: https://svn.fhem.de/fhem/trunk@18036 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/CHANGED | 1 + fhem/FHEM/98_DOIFtools.pm | 23 +++++++++++++++++------ 2 files changed, 18 insertions(+), 6 deletions(-) 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';