AlCalzone
AlCalzone
Or prompt the user to do so right afterwards. This could be integrated with the planned [Maintenance task list](https://github.com/zwave-js/node-zwave-js/issues/2909)
e.g. to import `ZWaveError` from `@zwave-js/core/error` instead of the barrel entrypoint.
**To reproduce:** 1. Generate a fresh installation: ``` rm -rf build/ npm run bundle node build/index.js ``` 2. Go to settings - Change serial port - Generate all S2 keys...
This PR adds a "firmware updates" tab to the controller node to perform automatic OTW updates through the firmware update service, like we have for end devices.
**Is your feature request related to a problem? Please describe.** During NVM backup and restore, the Z-Wave network cannot really be interacted with, since the radio is off and any...
>  _Originally posted by @BitSalat in [#4216](https://github.com/zwave-js/zwave-js-ui/issues/4216#issuecomment-2862668953)_ I've also seen this happen from time to time. Typically a force-reload of the browser fixes this.
No matter how much we document, provide videos and automatically share links to the correct procedure of creating logs, some users still are not capable of following those instructions and...
This PR serves as an experiment for using the native Go port of TypeScript for compilation. It should work as-is, with the one minor modification in `server.ts`, the output is...