From aba1f48f1f73c1c69acd442a335297f55bcf462f Mon Sep 17 00:00:00 2001 From: OpenT2T Date: Mon, 9 Jan 2017 23:06:16 -0800 Subject: [PATCH] Modifying 'Publish a SmartApp for OpenT2T' --- .../opent2t-smartapp-test.src/opent2t-smartapp-test.groovy | 1 - 1 file changed, 1 deletion(-) diff --git a/smartapps/opent2t/opent2t-smartapp-test.src/opent2t-smartapp-test.groovy b/smartapps/opent2t/opent2t-smartapp-test.src/opent2t-smartapp-test.groovy index 47240e1..3011f71 100644 --- a/smartapps/opent2t/opent2t-smartapp-test.src/opent2t-smartapp-test.groovy +++ b/smartapps/opent2t/opent2t-smartapp-test.src/opent2t-smartapp-test.groovy @@ -406,7 +406,6 @@ private mapDeviceCommands(command, value) { case "hue": resultCommand = "setHue" resultValue = value - Log break case "saturation": resultCommand = "setSaturation"