From e0a4f1c13e522716a4f51c9126f0820b37c7eacf Mon Sep 17 00:00:00 2001 From: Ingvar Marstorp Date: Fri, 28 Jul 2017 18:22:44 -0700 Subject: [PATCH] Update zwave-thermostat.groovy --- .../smartthings/zwave-thermostat.src/zwave-thermostat.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devicetypes/smartthings/zwave-thermostat.src/zwave-thermostat.groovy b/devicetypes/smartthings/zwave-thermostat.src/zwave-thermostat.groovy index 55ab091..0a8ab7a 100644 --- a/devicetypes/smartthings/zwave-thermostat.src/zwave-thermostat.groovy +++ b/devicetypes/smartthings/zwave-thermostat.src/zwave-thermostat.groovy @@ -258,7 +258,7 @@ def zwaveEvent(physicalgraph.zwave.commands.thermostatmodev2.ThermostatModeRepor map.value = "auto" break } - sendEvent(map) + sendEvent(map) updateThermostatSetpoint(null, null) }