DVCSMP-2211 - Update Button Number

This commit is contained in:
juano2310
2016-11-18 11:28:30 -05:00
parent b9993a9bf2
commit e443cb641c
4 changed files with 36 additions and 0 deletions

View File

@@ -109,6 +109,15 @@ def configure() {
return cmds
}
def installed() {
initialize()
}
def updated() {
initialize()
}
def initialize() {
sendEvent(name: "numberOfButtons", value: 4)
}