mirror of
https://github.com/mtan93/SmartThingsPublic.git
synced 2026-03-20 13:20:53 +00:00
MSA-1244: 자동으로 음악을 틀어주는 기능입니다.
This commit is contained in:
@@ -58,4 +58,4 @@ def parse(String description) {
|
|||||||
}
|
}
|
||||||
log.debug "Parse returned ${result?.descriptionText}"
|
log.debug "Parse returned ${result?.descriptionText}"
|
||||||
return result
|
return result
|
||||||
}
|
}
|
||||||
@@ -335,5 +335,4 @@ private timeIntervalLabel()
|
|||||||
{
|
{
|
||||||
(starting && ending) ? hhmm(starting) + "-" + hhmm(ending, "h:mm a z") : ""
|
(starting && ending) ? hhmm(starting) + "-" + hhmm(ending, "h:mm a z") : ""
|
||||||
}
|
}
|
||||||
// TODO - End Centralize
|
// TODO - End Centralize
|
||||||
|
|
||||||
Reference in New Issue
Block a user