Changeset 101
- Timestamp:
- 2017-05-08 16:25:10 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/L_VeraConnectWWN1.lua ΒΆ
r99 r101 494 494 local function nestRequest(method, headers, URL, data, deviceId, skipPipeCheck) 495 495 -- Only the requests from users heat up the pipe (deviceId not nil). 496 if deviceId ~= nil and skipPipeCheck == falsethen496 if deviceId ~= nil and not skipPipeCheck then 497 497 local pipeOk, timeToCoolDown = updatePipeTemperature() 498 498 if not pipeOk then
Note: See TracChangeset
for help on using the changeset viewer.