missing colon fixed in AttrList

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@2353 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
borisneubert
2012-12-22 19:58:52 +00:00
parent c9a7cbc2ee
commit 43a4d2fed6

View File

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