git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@2677 2b470e98-0d58-463d-a4d8-8e2adae1ed80

This commit is contained in:
pahenning
2013-02-09 19:23:50 +00:00
parent 5f374cb6e9
commit d207fe34b6

View File

@@ -119,7 +119,7 @@ sub OWMULTI_Initialize ($) {
#tempUnit = a unit of measure: C/F/K
$hash->{AttrList}= "IODev do_not_notify:0,1 showtime:0,1 model:DS2438 loglevel:0,1,2,3,4,5 ".
"tempOffset tempUnit:C,Celsius,F,Fahrenheit,K,Kelvin ".
"VName VUnit VFunction".
"VName VUnit VFunction ".
$readingFnAttributes;
}