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:
@@ -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";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user