missing colon fixed in AttrList
git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@2353 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -48,7 +48,7 @@ ECMDDevice_Initialize($)
|
||||
$hash->{SetFn} = "ECMDDevice_Set";
|
||||
$hash->{DefFn} = "ECMDDevice_Define";
|
||||
|
||||
$hash->{AttrList} = "loglevel 0,1,2,3,4,5";
|
||||
$hash->{AttrList} = "loglevel:0,1,2,3,4,5";
|
||||
}
|
||||
|
||||
###################################
|
||||
|
||||
Reference in New Issue
Block a user