From 7036491305c528dddab97b83cfd78bc172a7385f Mon Sep 17 00:00:00 2001 From: klaus-schauer Date: Wed, 9 Jul 2014 08:54:58 +0000 Subject: [PATCH] OO_TCM: sent timer corrections git-svn-id: https://svn.fhem.de/fhem/trunk@6224 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/00_TCM.pm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/fhem/FHEM/00_TCM.pm b/fhem/FHEM/00_TCM.pm index 76e16933c..0c7b5c1c6 100755 --- a/fhem/FHEM/00_TCM.pm +++ b/fhem/FHEM/00_TCM.pm @@ -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($$)
  • dummy
  • comType <TCM|RS485>, - comType = TCM is default.
    + [comType] = TCM is default.
    Type of communication device
  • do_not_notify
  • @@ -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.
  • sendInterval <0 ... 250>
    - ESP2: sendInterval = 100 ms is default.
    - ESP3: sendInterval = 0 ms is default.
    + ESP2: [sendInterval] = 100 ms is default.
    + ESP3: [sendInterval] = 0 ms is default.
    Smallest interval between two sending telegrams
  • verbose