2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-02-01 07:19:24 +00:00

45_Plugwise: Fixed a missing SPACE in AttrList

git-svn-id: https://svn.fhem.de/fhem/trunk@17320 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
Icinger 2018-09-10 18:12:55 +00:00
parent 29f0cb31b8
commit 0708fed2ea

View File

@ -107,7 +107,7 @@ require "$attr{global}{modpath}/FHEM/DevIo.pm";
$hash->{SetFn} = "PW_Set";
$hash->{GetFn} = "PW_Get";
$hash->{StateFn} = "PW_SetState";
$hash->{AttrList}= "do_not_notify:1,0 interval circlecount WattFormat showCom autosync".
$hash->{AttrList}= "do_not_notify:1,0 interval circlecount WattFormat showCom autosync ".
$readingFnAttributes;;
$hash->{ShutdownFn} = "PW_Shutdown";
}