mirror of
https://github.com/mtan93/SmartThingsPublic.git
synced 2026-04-04 22:04:45 +01:00
Allow Mood Cube to record states other than the current one.
This commit is contained in:
@@ -79,12 +79,9 @@ def scenePage(params=[:]) {
|
|||||||
href "devicePage", title: "Show Device States", params: [sceneId:sceneId], description: "", state: sceneIsDefined(sceneId) ? "complete" : "incomplete"
|
href "devicePage", title: "Show Device States", params: [sceneId:sceneId], description: "", state: sceneIsDefined(sceneId) ? "complete" : "incomplete"
|
||||||
}
|
}
|
||||||
|
|
||||||
if (sceneId == currentSceneId) {
|
section {
|
||||||
section {
|
href "saveStatesPage", title: "Record Current Device States", params: [sceneId:sceneId], description: ""
|
||||||
href "saveStatesPage", title: "Record Current Device States", params: [sceneId:sceneId], description: ""
|
}
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user