2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-05 17:48:44 +00:00

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 e23feebaa2
commit e985b40c84

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";