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

feat: add node info received event #7253

Merged
merged 1 commit into from
Oct 8, 2024
Merged

feat: add node info received event #7253

merged 1 commit into from
Oct 8, 2024

Conversation

AlCalzone
Copy link
Member

This PR adds the new node info received event to signal to applications that a node has unexpectedly sent a NIF. This can be used to automate value refreshes on some older devices.

fixes: #6867

@AlCalzone
Copy link
Member Author

@raman325 would be great to have a way in HA to react to this, probably an event entity or so. See #2397 (comment) for a use case.

@AlCalzone
Copy link
Member Author

@zwave-js-bot automerge

@zwave-js-bot zwave-js-bot enabled auto-merge (squash) October 8, 2024 11:17
@zwave-js-bot zwave-js-bot merged commit 31c327f into master Oct 8, 2024
15 checks passed
@zwave-js-bot zwave-js-bot deleted the node-info-event branch October 8, 2024 11:22
AlCalzone added a commit that referenced this pull request Oct 10, 2024
### Features
* Skip rebuilding routes for nodes with priority return routes (#7252)
* Add `node info received` event (#7253)
* OTA firmware updates now use the task scheduler. This allows running multiple OTA updates at once. (#7256)
* Implement Multilevel Switch mocks, add default state for Binary Switch mocks (#7270)

### Bugfixes
* Use configured network keys on secondary controller if learned keys are absent (#7226)
* Pending tasks are removed when hard-resetting or entering bootloader (#7255)

### Config file changes
* Add incompatibility warning to UZB1 (#7225)
* Override Central Scene CC version for Springs Window Fashions VCZ1 (#7263)

### Changes under the hood
* Dependency updates
* Fix bootstrap command in devcontainer (#7254)
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.

Expose the receipt of a NIF as an event
2 participants