MSA-986: 버튼/이온 LED 전구

This commit is contained in:
재희
2016-03-23 02:38:51 -05:00
parent 03c2dec425
commit 5ca4419f54
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
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
@@ -313,10 +315,8 @@ 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") : ""
}
}