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: export NodeDump type #6915

Merged
merged 1 commit into from
Jun 11, 2024
Merged

feat: export NodeDump type #6915

merged 1 commit into from
Jun 11, 2024

Conversation

raman325
Copy link
Contributor

This type was not exported and therefore couldn't be used in applications consuming the library

@AlCalzone AlCalzone changed the title feat: export NodeDump type feat: export NodeDump type Jun 11, 2024
Copy link
Member

@AlCalzone AlCalzone left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks - just to be sure, please don't add any strict validation for this type on the HA side :)
I'm taking the liberty to change it as needed.

@AlCalzone AlCalzone merged commit 09118c9 into zwave-js:master Jun 11, 2024
13 checks passed
@raman325 raman325 deleted the dump branch June 11, 2024 17:26
@raman325
Copy link
Contributor Author

it's really just a typing issue in Z-Wave JS Server. I'll have to figure out how to expose this in the library and will keep that in mind

AlCalzone added a commit that referenced this pull request Jun 17, 2024
### Bugfixes
* Add compat flag to always encode Set-type commands using target node's CC version (#6918)
* Export `NodeDump` type (#6915)
* Redact secret values in `NodeDump` (#6934)
* Added a workaround for devices that incorrectly send their `Binary Sensor Reports` using the sensor type `Any (0xff)`. Those reports are now interpreted as if they were using the first supported sensor type (#6933)
* After adding an association to a LR node, Z-Wave JS no longer attempts assigning routes (#6936)
* Removed some unnecessary log outputs during `rebuildNodeRoutes` when the node has no other associations than the controller (#6940)
* Pings in route health checks no longer use explorer frames (#6942)
* When attempting communication with a node that's considered dead, the command is now sent immediately instead of pinging first (#6944)
* Fixed an issue where the priority and tag of a transaction would not be preserved when moving it to the wakeup queue (#6944)

### Config file changes
* Remove endpoint workaround for Zooz ZEN30 800LR (#6931)
* Encode CCs using target's CC version for `TKB Home TZ67` (#6918)

### Changes under the hood
* GitHub links in the released `package.json` now point to the Z-Wave JS org (#6930)
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.

2 participants