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;