From: Seyed Amir Hossein Aqajari Date: Fri, 8 Nov 2019 02:27:41 +0000 (-0800) Subject: Update thermostat.groovy X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=98d8aa1fd928b88e2e481f87b761738e357d0c18;p=smartapps.git Update thermostat.groovy --- diff --git a/official/thermostat.groovy b/official/thermostat.groovy index 88dd566..058a66b 100644 --- a/official/thermostat.groovy +++ b/official/thermostat.groovy @@ -85,7 +85,7 @@ def subscribeToEvents() { def eventHandler1(evt) { log.debug "Notify got evt ${evt}" // Turn off thermostat - thermostatDevices*.setThermostatMode("off") + thermostatDevices.setThermostatMode("off") if (frequency) { def lastTime = state[evt.deviceId] if (lastTime == null || now() - lastTime >= frequency * 60000) {