Update zwave-thermostat.groovy

This commit is contained in:
Ingvar Marstorp
2017-07-28 18:22:44 -07:00
committed by GitHub
parent fadcf3426a
commit e0a4f1c13e

View File

@@ -258,7 +258,7 @@ def zwaveEvent(physicalgraph.zwave.commands.thermostatmodev2.ThermostatModeRepor
map.value = "auto"
break
}
sendEvent(map)
sendEvent(map)
updateThermostatSetpoint(null, null)
}