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

Add support for zwave-js v9 #541

Merged
merged 3 commits into from
Mar 6, 2022
Merged

Add support for zwave-js v9 #541

merged 3 commits into from
Mar 6, 2022

Conversation

raman325
Copy link
Collaborator

@raman325 raman325 commented Mar 5, 2022

  • Added commands:
    • controller.get_known_lifeline_routes
    • driver.enable_error_reporting
  • Added a new schema for controllers to handle the property name changes
  • Cleaned up some code

```ts
interface {
messageId: string;
command: "driver.enable_error_reporting";
Copy link
Collaborator

Choose a reason for hiding this comment

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

How can one disable error reporting ?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

it's now opt in. This is related to Sentry reporting, see here for more info: https://zwave-js.github.io/node-zwave-js/#/getting-started/migrating-to-v9?id=error-reporting-is-now-opt-in-and-less-disruptive

My plan is to opt in to Sentry reporting in HA if the user has opted in to data collection, otherwise to not

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