Skip to content

Commit

Permalink
fix: value not updating after set (#1972)
Browse files Browse the repository at this point in the history
Fixes #1971
  • Loading branch information
robertsLando committed Nov 18, 2021
1 parent 95a419e commit 035975a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/ZwaveClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1166,6 +1166,7 @@ class ZwaveClient extends TypedEventEmitter<ZwaveClientEventCallbacks> {
? this.cfg.nodeFilter.map((n) => parseInt(n))
: undefined,
},
emitValueUpdateAfterSetValue: true,
}

// when not set let zwavejs handle this based on the envirnoment
Expand Down

0 comments on commit 035975a

Please sign in to comment.