Skip to content

Commit

Permalink
switch user notification text
Browse files Browse the repository at this point in the history
  • Loading branch information
ethayer committed Sep 25, 2015
1 parent e049dc4 commit 8fd765c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user-lock-manager.smartapp.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def userPage(params) {
input(name: "userSlot${i}", type: "number", title: "Slot (1 through 30)", defaultValue: preSlectedCode(i))
}
section {
input(name: "dontNotify${i}", title: "Mute entry Notification", type: "bool", required: false, defaultValue: settings."notify${i}")
input(name: "dontNotify${i}", title: "Mute entry notification?", type: "bool", required: false, defaultValue: settings."notify${i}")
input(name: "burnCode${i}", title: "Burn after use?", type: "bool", required: false, defaultValue: settings."burnCode${i}")
input(name: "userEnabled${i}", title: "Enabled?", type: "bool", required: false, defaultValue: settings."userEnabled${i}")
def phrases = location.helloHome?.getPhrases()*.label
Expand Down

0 comments on commit 8fd765c

Please sign in to comment.