From 9be808a3ebec7530b0dd0f99c7fdb4c5945197d1 Mon Sep 17 00:00:00 2001 From: snakedog116 Date: Mon, 14 Dec 2015 23:36:55 -0700 Subject: [PATCH 1/2] Update ecobee-thermostat.groovy Added some description to the temporary hold. --- .../smartthings/ecobee-thermostat.src/ecobee-thermostat.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devicetypes/smartthings/ecobee-thermostat.src/ecobee-thermostat.groovy b/devicetypes/smartthings/ecobee-thermostat.src/ecobee-thermostat.groovy index 10a1a50..f28323b 100644 --- a/devicetypes/smartthings/ecobee-thermostat.src/ecobee-thermostat.groovy +++ b/devicetypes/smartthings/ecobee-thermostat.src/ecobee-thermostat.groovy @@ -99,7 +99,7 @@ metadata { } preferences { - input "holdType", "enum", title: "Hold Type", description: "When changing temperature, use Temporary or Permanent hold (default)", required: false, options:["Temporary", "Permanent"] + input "holdType", "enum", title: "Hold Type", description: "When changing temperature, use Temporary (Until next transition) or Permanent hold (default)", required: false, options:["Temporary", "Permanent"] } } From c92112164554d6cee03c37aba71225661ac8ed78 Mon Sep 17 00:00:00 2001 From: snakedog116 Date: Mon, 14 Dec 2015 23:44:14 -0700 Subject: [PATCH 2/2] Update ecobee-connect.groovy Replace the licensing information as previously deleted by 1b9d2fe @kwarodom. I believe this was removed in error. The original code was under Apache, so the resulting code should be too. --- .../ecobee-connect.src/ecobee-connect.groovy | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/smartapps/smartthings/ecobee-connect.src/ecobee-connect.groovy b/smartapps/smartthings/ecobee-connect.src/ecobee-connect.groovy index 7f9ea37..474a4f2 100644 --- a/smartapps/smartthings/ecobee-connect.src/ecobee-connect.groovy +++ b/smartapps/smartthings/ecobee-connect.src/ecobee-connect.groovy @@ -1,4 +1,15 @@ /** + * Copyright 2015 SmartThings + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except + * in compliance with the License. You may obtain a copy of the License at: + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed + * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License + * for the specific language governing permissions and limitations under the License. + * * Ecobee Service Manager * * Author: scott