Merge pull request #2128 from marstorp/icp1148EcobeeHotfix

ICP-1148 Support Thermostat Dynamic data
This commit is contained in:
Vinay Rao
2017-06-27 16:29:03 -07:00
committed by GitHub

View File

@@ -158,7 +158,7 @@ def generateEvent(Map results) {
if(results) {
def linkText = getLinkText(device)
def supportedThermostatModes = []
def supportedThermostatModes = ["off"]
def thermostatMode = null
results.each { name, value ->