Revert "DVCSMP-2179 added device watch for ecobee based on the code from lyric"

This commit is contained in:
Jack Chi
2016-11-14 11:49:30 -08:00
committed by GitHub
parent 8e37b1fce7
commit 76b3c34d5f
2 changed files with 1 additions and 23 deletions

View File

@@ -842,7 +842,6 @@ private void storeThermostatData(thermostats) {
minCoolingSetpoint: (stat.settings.coolRangeLow / 10),
maxCoolingSetpoint: (stat.settings.coolRangeHigh / 10),
autoMode: stat.settings.autoHeatCoolFeatureEnabled,
deviceAlive: stat.runtime.connected == true ? "true" : "false",
auxHeatMode: (stat.settings.hasHeatPump) && (stat.settings.hasForcedAir || stat.settings.hasElectric || stat.settings.hasBoiler),
temperature: (stat.runtime.actualTemperature / 10),
heatingSetpoint: stat.runtime.desiredHeat / 10,