Ecobee: retries to get refresh tokens if exceptions are caught in refreshAuthToken

This commit is contained in:
Warodom Khamphanchai
2015-12-07 11:58:28 -08:00
parent 9318e9a311
commit e775752496
2 changed files with 15 additions and 3 deletions

View File

@@ -99,7 +99,7 @@ metadata {
}
preferences {
input "holdType", "enum", title: "Hold Type", description: "When changing temperature, use Temporary or Permanent hold", required: false, options:["Temporary", "Permanent"]
input "holdType", "enum", title: "Hold Type", description: "When changing temperature, use Temporary or Permanent hold (default)", required: false, options:["Temporary", "Permanent"]
}
}