Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: disable optimistic update for unsupervised Barrier Operator CC cmds #5858

Merged

Conversation

AlCalzone
Copy link
Member

Unconditionally updating currentState optimistically was an oversight. We now only do it for successful supervised commands.

fixes: #5853

@AlCalzone AlCalzone changed the title fix: disable optimistic update for unsupervised Barrier Operator CC cmds fix: disable optimistic update for unsupervised Barrier Operator CC cmds May 30, 2023
@AlCalzone
Copy link
Member Author

@zwave-js-bot automerge

@zwave-js-bot zwave-js-bot enabled auto-merge (squash) May 30, 2023 13:47
@zwave-js-bot zwave-js-bot merged commit 592990f into master May 30, 2023
17 checks passed
@zwave-js-bot zwave-js-bot deleted the barrier-operator-unsupervised-no-optimistic-update branch May 30, 2023 13:54
AlCalzone added a commit that referenced this pull request Jun 1, 2023
### Features
* Z-Wave controllers hosted remotely over TCP can now be discovered using mDNS (#5863)

### Bugfixes
* The Celsius temperature scale is no longer set as a preferred scale by default (#5856)
* Nodes are no longer assumed to be awake when they send a `NonceGet` (#5857)
* Disable optimistic value update for unsupervised `Barrier Operator CC` commands (#5858)
* Change the type definition to indicate that emitted statistics are readonly (#5861)
* The results of `getPriorityRoute` calls are used to initialize nodes' routing statistics (#5859)

### Config file changes
* Correct config parameters for Duwi ZW ESJ 300 (#5767)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Barrier operator current state is being optimistically updated
2 participants