ef8f276a08
### Bugfixes * Fixed another issue where some CC API methods would incorrectly fail validation of their arguments, causing the node interview to fail (#7435) |
||
---|---|---|
.. | ||
bin | ||
src | ||
README.md | ||
package.json | ||
tsconfig.build.json | ||
tsconfig.json |
README.md
Z-Wave JS: Firmware Flasher
CLI utility to flash the firmware on Z-Wave controllers
WARNING: Flashing the wrong firmware may brick your controller. Use at your own risk!
Usage
You can either execute the current version directly from npm
using
npx @zwave-js/flash@latest <port> <filename> [--verbose]
or you can execute the version in the checked out repository by executing
yarn ts packages/flash/src/cli.ts <port> <filename> [--verbose]
The --verbose
flag will cause the driver logs to be printed to console.