From 1d3e4af9859cd777556bfa786233ba046ce0e33a Mon Sep 17 00:00:00 2001 From: rudolfkoenig <> Date: Sat, 11 May 2019 17:54:17 +0000 Subject: [PATCH] fhem.pl: reset %sleepers and ntfyHash (Forum #100306) git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@19375 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem.pl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fhem.pl b/fhem.pl index 52044f066..e71d95d92 100755 --- a/fhem.pl +++ b/fhem.pl @@ -1468,6 +1468,8 @@ CommandRereadCfg($$) %fuuidHash = (); %intAt = (); @intAtA = (); + %sleepers = (); + %ntfyHash = (); doGlobalDef($cfgfile); my $ret;