Skip to content

Commit

Permalink
ICP-13200 - longer delay between BasicSet and BasicGet commands (#38875)
Browse files Browse the repository at this point in the history
  • Loading branch information
KKlimczukS authored Aug 3, 2020
1 parent 87d2835 commit 94885a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ private onOffCmd(value, endpoint = 1) {
delayBetween([
encap(zwave.basicV1.basicSet(value: value), endpoint),
encap(zwave.basicV1.basicGet(), endpoint)
])
], 1000)
}

private refreshAll(includeMeterGet = true) {
Expand Down

0 comments on commit 94885a1

Please sign in to comment.