missing colon fixed in AttrList

git-svn-id: https://svn.fhem.de/fhem/trunk@2353 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
borisneubert
2012-12-22 19:58:52 +00:00
parent a26dce8cbb
commit 4178749b0e

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