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:
borisneubert
2012-12-22 19:58:52 +00:00
parent b0372c5ac0
commit 121371567c

View File

@@ -48,7 +48,7 @@ ECMDDevice_Initialize($)
$hash->{SetFn} = "ECMDDevice_Set"; $hash->{SetFn} = "ECMDDevice_Set";
$hash->{DefFn} = "ECMDDevice_Define"; $hash->{DefFn} = "ECMDDevice_Define";
$hash->{AttrList} = "loglevel 0,1,2,3,4,5"; $hash->{AttrList} = "loglevel:0,1,2,3,4,5";
} }
################################### ###################################