Skip to content

Commit

Permalink
fix home actions page
Browse files Browse the repository at this point in the history
  • Loading branch information
ethayer committed Mar 22, 2015
1 parent 102ae32 commit bff0682
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions user-lock-manager.smartapp.groovy
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* User Lock Manager v3
* User Lock Manager v3.2
*
* Copyright 2015 Erik Thayer
*
Expand Down Expand Up @@ -130,7 +130,7 @@ def schedulingPage() {


def onUnlockPage() {
dynamicPage(name:"onUnlock", title:"Initiate Actions") {
dynamicPage(name:"onUnlockPage", title:"Initiate Actions") {
section("Actions") {
def phrases = location.helloHome?.getPhrases()*.label
if (phrases) {
Expand Down

0 comments on commit bff0682

Please sign in to comment.