2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-16 10:46:03 +00:00

98_weekprofile: fix rereadcfg

git-svn-id: https://svn.fhem.de/fhem/trunk@10598 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
risiko79 2016-01-22 18:27:33 +00:00
parent 2d4a2d99f3
commit 93d7ead5ce

View File

@ -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);