From d244af5d6de3cf9837ecfb680a76fb085c600ff6 Mon Sep 17 00:00:00 2001 From: Mihail Date: Thu, 8 Dec 2016 15:54:22 -0800 Subject: [PATCH] MSA-1643: table light --- smartapps/smartthings/hue-connect.src/hue-connect.groovy | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/smartapps/smartthings/hue-connect.src/hue-connect.groovy b/smartapps/smartthings/hue-connect.src/hue-connect.groovy index 621d0d0..aaa47ff 100644 --- a/smartapps/smartthings/hue-connect.src/hue-connect.groovy +++ b/smartapps/smartthings/hue-connect.src/hue-connect.groovy @@ -1786,5 +1786,4 @@ def hsvToHex(hue, sat, value = 100){ def b1 = String.format("%02X", (int) (b * 255.0f)) return "#$r1$g1$b1" -} - +} \ No newline at end of file