Changeset 46
- Timestamp:
- 2016-11-24 19:27:18 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/L_VeraConnectWWN1.lua ΒΆ
r45 r46 1042 1042 1043 1043 if 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 .. [[" 1045 1045 luup.log("(Vera Connect WWN)::(NestStartupCode) : Deauthorizing last Nest account. Command: " .. curlCommand) 1046 1046 local stdout = io.popen(curlCommand)
Note: See TracChangeset
for help on using the changeset viewer.