Skip to content

Commit 2b348d6

Browse files
committed
v1.9.9 changed input parameter to myEcobeeDevice
1 parent 186b361 commit 2b348d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

smartapps/ecobeeSetZoneWithSchedule.groovy

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def generalSetupPage() {
5050
description: "http://github.com/yracine/device-type.myecobee/blob/master/README.md"
5151
}
5252
section("Main ecobee thermostat at home") {
53-
input (name:"thermostat", type: "capability.thermostat", title: "Which main ecobee thermostat?")
53+
input (name:"thermostat", type: "device.myEcobeeDevice", title: "Which main ecobee thermostat?")
5454
}
5555
section("Rooms count") {
5656
input (name:"roomsCount", title: "Rooms count (max=16)?", type: "number",refreshAfterSelection: true)

0 commit comments

Comments
 (0)