We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Instead of displaying "unknown manufacturer 0x1234", z2m should use this method to try and look up the manufacturer name first: https://zwave-js.github.io/node-zwave-js/#/api/config-manager?id=lookupmanufacturer which is exposed via the driver's configManager instance.
configManager
If that doesn't return anything, falling back to "unknown manufacturer" is fine IMO.
The text was updated successfully, but these errors were encountered:
b436c4c
See commit comment. I don't think your fix does what it's supposed to.
Sorry, something went wrong.
Fixed now, sorry
robertsLando
No branches or pull requests
Instead of displaying "unknown manufacturer 0x1234", z2m should use this method to try and look up the manufacturer name first:
https://zwave-js.github.io/node-zwave-js/#/api/config-manager?id=lookupmanufacturer
which is exposed via the driver's
configManager
instance.If that doesn't return anything, falling back to "unknown manufacturer" is fine IMO.
The text was updated successfully, but these errors were encountered: