@palmotic/flash
v15.6.6
Published
zwave-js: firmware flash utility
Readme
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 @palmotic/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.
