removed Loglevel vom AttrList

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@3753 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
teevau
2013-08-19 18:43:01 +00:00
parent e6c562dfad
commit f17919f1f8

View File

@@ -109,7 +109,7 @@ sub VIERA_Initialize($){
$hash->{SetFn} = "VIERA_Set";
$hash->{GetFn} = "VIERA_Get";
$hash->{UndefFn} = "VIERA_Undefine";
$hash->{AttrList} = "loglevel:0,1,2,3,4,5 " . $readingFnAttributes;
$hash->{AttrList} = $readingFnAttributes;
$data{RC_layout}{VIERA_TV} = "VIERA_RClayout_TV";
$data{RC_makenotify}{VIERA} = "VIERA_RCmakenotify";
}