Skip to content

Commit

Permalink
v2.2.1 Modified input parameter to myEcobeeDevice
Browse files Browse the repository at this point in the history
  • Loading branch information
yracine committed Aug 9, 2015
1 parent 28f6089 commit 186b361
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions smartapps/MonitorAndSetEcobeeTemp.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@ def thresholdSettings() {
dynamicPage(name: "thresholdSettings", install: false, uninstall: true, nextPage: "sensorSettings") {
section("About") {
paragraph "MonitorAndSetEcobeeTemp,the smartapp that adjusts your programmed ecobee's setpoints based on indoor/outdoor sensors"
paragraph "Version 2.2\n\n" +
paragraph "Version 2.2.1\n\n" +
"If you like this app, please support the developer via PayPal:\n\n[email protected]\n\n" +
"Copyright©2014 Yves Racine"
href url:"http://github.com/yracine/device-type.myecobee", style:"embedded", required:false, title:"More information...",
description: "http://github.com/yracine/device-type.myecobee"
}
section("Monitor indoor/outdoor temp & adjust the ecobee thermostat's setpoints") {
input "ecobee", "capability.thermostat", title: "Which Ecobee?"
input "ecobee", "device.myEcobeeDevice", title: "Which Ecobee?"
}
section("For more heating in cold season, outdoor temp's threshold [default <= 10°F/-17°C]") {
input "givenMoreHeatThreshold", "decimal", title: "Outdoor temp's threshold for more heating", required: false
Expand Down

0 comments on commit 186b361

Please sign in to comment.