diff --git a/smartapps/smartthings/mood-cube.src/mood-cube.groovy b/smartapps/smartthings/mood-cube.src/mood-cube.groovy index cfca67a..4bc18b3 100644 --- a/smartapps/smartthings/mood-cube.src/mood-cube.groovy +++ b/smartapps/smartthings/mood-cube.src/mood-cube.groovy @@ -79,12 +79,9 @@ 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: "" - } - } - + section { + href "saveStatesPage", title: "Record Current Device States", params: [sceneId:sceneId], description: "" + } } }