mirror of
https://github.com/mtan93/SmartThingsPublic.git
synced 2026-03-08 05:31:56 +00: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() {
|
||||
atomicState.version = "1.0.18"
|
||||
unsubscribe()
|
||||
|
||||
if (atomicState.bucketKey != null && atomicState.accessKey != null) {
|
||||
|
||||
Reference in New Issue
Block a user