incooporate wdtimer attribut

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@3320 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
martinp876 2013-06-23 15:01:22 +00:00
parent e7396cb0c8
commit f9ea53880b

View File

@ -52,6 +52,7 @@ sub HMLAN_Initialize($) {
"hmId hmKey " . "hmId hmKey " .
"respTime wdStrokeTime:5,10,15,20,25 " . "respTime wdStrokeTime:5,10,15,20,25 " .
"hmProtocolEvents:0_off,1_dump,2_dumpFull,3_dumpTrigger ". "hmProtocolEvents:0_off,1_dump,2_dumpFull,3_dumpTrigger ".
"wdTimer ".
"hmOvTo ".#General remove "hmOvTo ".#General remove
$readingFnAttributes; $readingFnAttributes;
} }