readingFnAttributes should be separated by a space

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@3104 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2013-04-23 09:48:06 +00:00
parent 5ff7c3e5ee
commit bc01253f00

View File

@@ -22,7 +22,7 @@ CUL_EM_Initialize($)
$hash->{UndefFn} = "CUL_EM_Undef";
$hash->{ParseFn} = "CUL_EM_Parse";
$hash->{AttrList} = "IODev do_not_notify:0,1 showtime:0,1 " .
"model:EMEM,EMWZ,EMGZ loglevel ignore:0,1".
"model:EMEM,EMWZ,EMGZ loglevel ignore:0,1 ".
$readingFnAttributes;
}