-
Notifications
You must be signed in to change notification settings - Fork 269
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v2.2.1 Modified input parameter to myEcobeeDevice
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|