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