mirror of
https://github.com/mtan93/SmartThingsPublic.git
synced 2026-04-19 06:13:06 +01:00
Merge branch 'production'
This commit is contained in:
@@ -79,13 +79,10 @@ def scenePage(params=[:]) {
|
||||
href "devicePage", title: "Show Device States", params: [sceneId:sceneId], description: "", state: sceneIsDefined(sceneId) ? "complete" : "incomplete"
|
||||
}
|
||||
|
||||
if (sceneId == currentSceneId) {
|
||||
section {
|
||||
href "saveStatesPage", title: "Record Current Device States", params: [sceneId:sceneId], description: ""
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
def devicePage(params) {
|
||||
|
||||
Reference in New Issue
Block a user