fhem.pl: reset %sleepers and ntfyHash (Forum #100306)

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@19375 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2019-05-11 17:54:17 +00:00
parent b1fbada68b
commit 1d3e4af985

View File

@ -1468,6 +1468,8 @@ CommandRereadCfg($$)
%fuuidHash = (); %fuuidHash = ();
%intAt = (); %intAt = ();
@intAtA = (); @intAtA = ();
%sleepers = ();
%ntfyHash = ();
doGlobalDef($cfgfile); doGlobalDef($cfgfile);
my $ret; my $ret;