mirror of
https://github.com/mtan93/SmartThingsPublic.git
synced 2026-04-06 22:04:49 +01:00
Merge pull request #7 from davidsulpy/master
added version set in the update function as well so that it will upda…
This commit is contained in:
@@ -239,6 +239,7 @@ def installed() {
|
||||
}
|
||||
|
||||
def updated() {
|
||||
atomicState.version = "1.0.18"
|
||||
unsubscribe()
|
||||
|
||||
if (atomicState.bucketKey != null && atomicState.accessKey != null) {
|
||||
|
||||
Reference in New Issue
Block a user