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
The driver recently added support for configuring the user agent that is used to make requests to our web services. Z2m should register itself there, either using the https://zwave-js.github.io/node-zwave-js/#/api/driver?id=updateuseragent method (if it is NOT creating the driver instance itself) or using the userAgent driver option: https://zwave-js.github.io/node-zwave-js/#/api/driver?id=zwaveoptions
userAgent
The text was updated successfully, but these errors were encountered:
feat: set zwave-js userAgent option
fffae4a
Fixes #2636
feat: set zwave-js userAgent option (#2644)
e3e7f67
robertsLando
Successfully merging a pull request may close this issue.
The driver recently added support for configuring the user agent that is used to make requests to our web services.
Z2m should register itself there, either using the https://zwave-js.github.io/node-zwave-js/#/api/driver?id=updateuseragent method (if it is NOT creating the driver instance itself) or using the
userAgent
driver option: https://zwave-js.github.io/node-zwave-js/#/api/driver?id=zwaveoptionsThe text was updated successfully, but these errors were encountered: