mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
OO_TCM: sent timer corrections
git-svn-id: https://svn.fhem.de/fhem/trunk@6224 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
9d45d63580
commit
9163e80a77
@ -149,7 +149,7 @@ TCM_Write($$$)
|
||||
Log3 $name, 5, "TCM $name sending $bstring";
|
||||
DevIo_SimpleWrite($hash, $bstring, 1);
|
||||
# next commands will be sent with a delay
|
||||
usleep(int(AttrVal($name, "sendInterval", 100)));
|
||||
usleep(int(AttrVal($name, "sendInterval", 100)) * 1000);
|
||||
}
|
||||
|
||||
# ESP2 CRC
|
||||
@ -1093,7 +1093,7 @@ TCM_Undef($$)
|
||||
</li>
|
||||
<li><a href="#attrdummy">dummy</a></li>
|
||||
<li><a name="TCM_comType">comType</a> <TCM|RS485>,
|
||||
comType = TCM is default.<br>
|
||||
[comType] = TCM is default.<br>
|
||||
Type of communication device
|
||||
</li>
|
||||
<li><a href="#do_not_notify">do_not_notify</a></li>
|
||||
@ -1105,8 +1105,8 @@ TCM_Undef($$)
|
||||
[learningMode] = nearfield: Teach-In/Teach-Out telegrams accepted if Fhem is in learning mode and the signal strength RSSI >= -60 dBm.<be>
|
||||
</li>
|
||||
<li><a name="TCM_sendInterval">sendInterval</a> <0 ... 250><br>
|
||||
ESP2: sendInterval = 100 ms is default.<br>
|
||||
ESP3: sendInterval = 0 ms is default.<br>
|
||||
ESP2: [sendInterval] = 100 ms is default.<br>
|
||||
ESP3: [sendInterval] = 0 ms is default.<br>
|
||||
Smallest interval between two sending telegrams
|
||||
</li>
|
||||
<li><a href="#verbose">verbose</a></li>
|
||||
|
Loading…
x
Reference in New Issue
Block a user