From 2b348d6037c979c4a036f26784d20a90d51672ed Mon Sep 17 00:00:00 2001 From: Yves Racine Date: Sun, 9 Aug 2015 19:07:50 -0400 Subject: [PATCH] v1.9.9 changed input parameter to myEcobeeDevice --- smartapps/ecobeeSetZoneWithSchedule.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smartapps/ecobeeSetZoneWithSchedule.groovy b/smartapps/ecobeeSetZoneWithSchedule.groovy index 4c32d36e..42f11cb0 100644 --- a/smartapps/ecobeeSetZoneWithSchedule.groovy +++ b/smartapps/ecobeeSetZoneWithSchedule.groovy @@ -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)