MAX: add scanTemp attribute

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@2961 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
mgehre 2013-03-21 15:34:40 +00:00
parent 865016a844
commit f974f02dd0

View File

@ -73,7 +73,7 @@ MAX_Initialize($)
$hash->{ParseFn} = "MAX_Parse"; $hash->{ParseFn} = "MAX_Parse";
$hash->{SetFn} = "MAX_Set"; $hash->{SetFn} = "MAX_Set";
$hash->{AttrList} = "IODev do_not_notify:1,0 ignore:0,1 dummy:0,1 " . $hash->{AttrList} = "IODev do_not_notify:1,0 ignore:0,1 dummy:0,1 " .
"showtime:1,0 loglevel:0,1,2,3,4,5,6 keepAuto ". "showtime:1,0 loglevel:0,1,2,3,4,5,6 keepAuto:0,1 scanTemp:0,1 ".
$readingFnAttributes; $readingFnAttributes;
return undef; return undef;
} }