Merge pull request #2142 from SmartThingsCommunity/production

Rolling down production to staging
This commit is contained in:
Vinay Rao
2017-07-05 14:13:37 -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 ->