diff --git a/FHEM/98_HMinfo.pm b/FHEM/98_HMinfo.pm index ce5bc38b0..e96241244 100644 --- a/FHEM/98_HMinfo.pm +++ b/FHEM/98_HMinfo.pm @@ -1900,12 +1900,11 @@ sub HMinfo_noDup(@) {#return list with no duplicates
  • hmAutoReadScan defines the time in seconds CUL_HM tries to schedule the next autoRead - from the queue. Despide this timer FHEM will take care that only one device from the queue will be + from the queue. Despite this timer FHEM will take care that only one device from the queue will be handled at one point in time. With this timer user can stretch timing even further - to up to 300sec min delay between execution.
    Setting to 1 still obeys the "only one at a time" prinzip.
    - Note that compressing will increase message load while stretch will extent waiting time. - data.
    + Note that compressing will increase message load while stretch will extent waiting time.
  • hmIoMaxDly max time in seconds CUL_HM stacks messages if the IO device is not ready to send. @@ -1916,7 +1915,7 @@ sub HMinfo_noDup(@) {#return list with no duplicates
  • configDir default directory where to store and load configuration files from. - This path is used as long as teh path is not given in a filename of + This path is used as long as the path is not given in a filename of a given command.
    It is used by commands like tempList or saveConfig