98_weekprofile: fix AttrLits msg379207

git-svn-id: https://svn.fhem.de/fhem/trunk@10285 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
risiko79
2015-12-28 16:19:33 +00:00
parent 1022018f3b
commit 1a347b47cd

View File

@@ -313,7 +313,7 @@ sub weekprofile_Initialize($)
$hash->{SetFn} = "weekprofile_Set";
$hash->{StateFn} = "weekprofile_State";
$hash->{NotifyFn} = "weekprofile_Notify";
$hash->{AttrList} = "widgetWeekdays configFile".$readingFnAttributes;
$hash->{AttrList} = "widgetWeekdays configFile ".$readingFnAttributes;
$hash->{FW_summaryFn} = "weekprofile_SummaryFn";