Changeset 46


Ignore:
Timestamp:
2016-11-24 19:27:18 (8 years ago)
Author:
alex.i
Message:

Disable curl SSL check when deauthorizing

File:
1 edited

Legend:

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

    r45 r46  
    10421042 
    10431043if not nestDeviceFound then 
    1044     local curlCommand = "curl -v -X DELETE https://api.home.nest.com/oauth2/access_tokens/]] .. nestToken .. [[" 
     1044    local curlCommand = "curl -k -v -X DELETE https://api.home.nest.com/oauth2/access_tokens/]] .. nestToken .. [[" 
    10451045    luup.log("(Vera Connect WWN)::(NestStartupCode) : Deauthorizing last Nest account. Command: " .. curlCommand) 
    10461046    local stdout = io.popen(curlCommand) 
Note: See TracChangeset for help on using the changeset viewer.