Compare commits

...

1 Commits

Author SHA1 Message Date
재희
5ca4419f54 MSA-986: 버튼/이온 LED 전구 2016-03-23 02:38:51 -05:00
2 changed files with 259 additions and 259 deletions

View File

@@ -1,4 +1,6 @@
/** private hideOptionsSection() {
(starting || ending || days || modes) ? false : true
}/**
* Copyright 2015 SmartThings * Copyright 2015 SmartThings
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
@@ -313,9 +315,7 @@ private hhmm(time, fmt = "h:mm a")
f.format(t) f.format(t)
} }
private hideOptionsSection() {
(starting || ending || days || modes) ? false : true
}
private timeIntervalLabel() { private timeIntervalLabel() {
(starting && ending) ? hhmm(starting) + "-" + hhmm(ending, "h:mm a z") : "" (starting && ending) ? hhmm(starting) + "-" + hhmm(ending, "h:mm a z") : ""