Modifying 'Publish a SmartApp for OpenT2T'

This commit is contained in:
OpenT2T
2017-01-09 23:06:16 -08:00
parent 9bf39136de
commit aba1f48f1f

View File

@@ -406,7 +406,6 @@ private mapDeviceCommands(command, value) {
case "hue": case "hue":
resultCommand = "setHue" resultCommand = "setHue"
resultValue = value resultValue = value
Log
break break
case "saturation": case "saturation":
resultCommand = "setSaturation" resultCommand = "setSaturation"