From f1ed73194bbfe8dfb3947a8a7c3c3e7dd6e8f27d Mon Sep 17 00:00:00 2001 From: Ellert <> Date: Wed, 31 May 2017 22:07:14 +0000 Subject: [PATCH] 98_DOIFtools.pm: fixed empty N_timer (Forum 63938.msg642251) git-svn-id: https://svn.fhem.de/fhem/trunk@14441 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/CHANGED | 1 + fhem/FHEM/98_DOIFtools.pm | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/fhem/CHANGED b/fhem/CHANGED index bfa45af48..5fe4a923c 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. + - bugfix: 98_DOIFtools: fixed empty N_timer - bugfix: 37_Spotify: fixed offset playContextByURI - bugfix: 38_CO20: fixed reconnects, improved stability - feature: 37_Spotify: album cover, new attr, return error to reading diff --git a/fhem/FHEM/98_DOIFtools.pm b/fhem/FHEM/98_DOIFtools.pm index ba4a1c410..c13b4e58f 100644 --- a/fhem/FHEM/98_DOIFtools.pm +++ b/fhem/FHEM/98_DOIFtools.pm @@ -44,7 +44,7 @@ sub DOIFtools_logWrapper($); sub DOIFtoolsCounterReset($); sub DOIFtoolsDeleteStatReadings; -my @DOIFtools_we =(); +my @DOIFtools_we = [0,0,0,0,0,0,0,0]; my $DOIFtoolsJSfuncEM = <<'EOF';