Update once-a-day.groovy
[smartapps.git] / official / thermostat.groovy
index 88dd5660c0ce00ca4583ad52a61a915a0182d248..058a66b2438c0ed6fc5adbbedb6762504a031ad5 100644 (file)
@@ -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) {