Skip to content

Commit 93dba46

Browse files
authored
ICP-3154 Locks not responsive in Poland (SmartThingsCommunity#2809)
Similar to the battery change a month ago, command backups were causing commands to be sent to quickly to Yale locks, causing them to get wedged.
1 parent a23226d commit 93dba46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devicetypes/smartthings/zwave-lock.src/zwave-lock.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ def updated() {
138138
if (!state.fw) {
139139
cmds << zwave.versionV1.versionGet().format()
140140
}
141-
hubAction = response(delayBetween(cmds, 4200))
141+
hubAction = response(delayBetween(cmds, 30*1000))
142142
}
143143
} catch (e) {
144144
log.warn "updated() threw $e"

0 commit comments

Comments
 (0)