Changeset 101


Ignore:
Timestamp:
2017-05-08 16:25:10 (8 years ago)
Author:
mcvflorin
Message:

[IDTI-2730] Fixed requests per minute limitation not working.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/L_VeraConnectWWN1.lua ΒΆ

    r99 r101  
    494494local function nestRequest(method, headers, URL, data, deviceId, skipPipeCheck) 
    495495    -- Only the requests from users heat up the pipe (deviceId not nil). 
    496     if deviceId ~= nil and skipPipeCheck == false then 
     496    if deviceId ~= nil and not skipPipeCheck then 
    497497        local pipeOk, timeToCoolDown = updatePipeTemperature() 
    498498        if not pipeOk then 
Note: See TracChangeset for help on using the changeset viewer.