From ddac521df41d83011011df89db92a4df81cb6da7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=ED=97=88=ED=9D=AC=EC=A0=95?= Date: Tue, 3 May 2016 01:55:14 -0500 Subject: [PATCH] =?UTF-8?q?MSA-1244:=20=EC=9E=90=EB=8F=99=EC=9C=BC?= =?UTF-8?q?=EB=A1=9C=20=EC=9D=8C=EC=95=85=EC=9D=84=20=ED=8B=80=EC=96=B4?= =?UTF-8?q?=EC=A3=BC=EB=8A=94=20=EA=B8=B0=EB=8A=A5=EC=9E=85=EB=8B=88?= =?UTF-8?q?=EB=8B=A4.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- devicetypes/smartthings/light-sensor.src/light-sensor.groovy | 2 +- .../speaker-mood-music.src/speaker-mood-music.groovy | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/devicetypes/smartthings/light-sensor.src/light-sensor.groovy b/devicetypes/smartthings/light-sensor.src/light-sensor.groovy index 6acd581..f0d50c1 100644 --- a/devicetypes/smartthings/light-sensor.src/light-sensor.groovy +++ b/devicetypes/smartthings/light-sensor.src/light-sensor.groovy @@ -58,4 +58,4 @@ def parse(String description) { } log.debug "Parse returned ${result?.descriptionText}" return result -} +} \ No newline at end of file diff --git a/smartapps/smartthings/speaker-mood-music.src/speaker-mood-music.groovy b/smartapps/smartthings/speaker-mood-music.src/speaker-mood-music.groovy index 9c47731..a8c2dab 100644 --- a/smartapps/smartthings/speaker-mood-music.src/speaker-mood-music.groovy +++ b/smartapps/smartthings/speaker-mood-music.src/speaker-mood-music.groovy @@ -335,5 +335,4 @@ private timeIntervalLabel() { (starting && ending) ? hhmm(starting) + "-" + hhmm(ending, "h:mm a z") : "" } -// TODO - End Centralize - +// TODO - End Centralize \ No newline at end of file