Compare commits

..

2 Commits

Author SHA1 Message Date
박혜진 1a5f254a4e Modifying 'test test' 2016-03-23 02:43:18 -05:00
박혜진 beacae574f MSA-989: test 2016-03-23 02:41:43 -05:00
2 changed files with 259 additions and 259 deletions
@@ -1,6 +1,4 @@
private hideOptionsSection() {
(starting || ending || days || modes) ? false : true
}/**
/**
* Copyright 2015 SmartThings
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
@@ -315,7 +313,9 @@ private hhmm(time, fmt = "h:mm a")
f.format(t)
}
private hideOptionsSection() {
(starting || ending || days || modes) ? false : true
}
private timeIntervalLabel() {
(starting && ending) ? hhmm(starting) + "-" + hhmm(ending, "h:mm a z") : ""