98_weekprofile: fix rereadcfg
git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@10598 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -777,7 +777,7 @@ sub weekprofile_Notify($$)
|
||||
next if(!defined($s));
|
||||
my ($what,$who) = split(' ',$s);
|
||||
|
||||
if ($what =~ m/INITIALIZED/) {
|
||||
if ($what =~ m/INITIALIZED/ || $what =~ m/REREADCFG/) {
|
||||
splice($own->{PROFILES});
|
||||
weekprofile_refreshSendDevList($own);
|
||||
weekprofile_assignDev($own);
|
||||
|
||||
Reference in New Issue
Block a user