2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 12:49:34 +00:00

removed Loglevel vom AttrList

git-svn-id: https://svn.fhem.de/fhem/trunk@3753 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
teevau 2013-08-19 18:43:01 +00:00
parent 54c5c27b78
commit 514f628a26

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