2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-13 05:06:35 +00:00

git-svn-id: https://svn.fhem.de/fhem/trunk@2677 2b470e98-0d58-463d-a4d8-8e2adae1ed80

This commit is contained in:
pahenning 2013-02-09 19:23:50 +00:00
parent 5996d216b8
commit cf17a0d6a0

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