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

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

View File

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