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: abort interview in more cases when node is dead #6967

Merged
merged 1 commit into from
Jun 26, 2024

Conversation

AlCalzone
Copy link
Member

There were some situations outside of the interview of "normal" CCs where a failure would not abort the interview. This was especially annoying when the failure was due to the node making the controller become unresponsive, as every attempt would take ages.
With this PR, we now abort in these situations too.

@AlCalzone
Copy link
Member Author

@zwave-js-bot automerge

@zwave-js-bot zwave-js-bot enabled auto-merge (squash) June 26, 2024 11:18
@zwave-js-bot zwave-js-bot merged commit 3556b04 into master Jun 26, 2024
15 checks passed
@zwave-js-bot zwave-js-bot deleted the node-dead-abort-interview branch June 26, 2024 11:24
AlCalzone added a commit that referenced this pull request Jun 26, 2024
### Bugfixes
* Fixed an issue where the watchdog feature could cause Z-Wave JS to stall after attempting controller recovery (#6968)
* Reset controller again when transmitting to a problematic node makes the controller become unresponsive again after automatic recovery (#6968)
* Node interviews are now aborted in more cases when node is determined to be dead (#6967)
* Expose Basic CC `currentValue` when certain compat flags are set (#6964)
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.

None yet

2 participants