Skip to content

Commit

Permalink
v1.9.9 changed 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 186b361 commit 2b348d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smartapps/ecobeeSetZoneWithSchedule.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def generalSetupPage() {
description: "http://github.com/yracine/device-type.myecobee/blob/master/README.md"
}
section("Main ecobee thermostat at home") {
input (name:"thermostat", type: "capability.thermostat", title: "Which main ecobee thermostat?")
input (name:"thermostat", type: "device.myEcobeeDevice", title: "Which main ecobee thermostat?")
}
section("Rooms count") {
input (name:"roomsCount", title: "Rooms count (max=16)?", type: "number",refreshAfterSelection: true)
Expand Down

0 comments on commit 2b348d6

Please sign in to comment.