mirror of
https://github.com/mtan93/SmartThingsPublic.git
synced 2026-04-05 14:23:09 +01:00
added version set in the update function as well so that it will update the version on an update
This commit is contained in:
@@ -239,6 +239,7 @@ def installed() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
def updated() {
|
def updated() {
|
||||||
|
atomicState.version = "1.0.18"
|
||||||
unsubscribe()
|
unsubscribe()
|
||||||
|
|
||||||
if (atomicState.bucketKey != null && atomicState.accessKey != null) {
|
if (atomicState.bucketKey != null && atomicState.accessKey != null) {
|
||||||
|
|||||||
Reference in New Issue
Block a user