2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-04 17:36:39 +00:00

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 e7ea50c44c
commit a13ae86361

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