zwave-js / node-zwave-js

Z-Wave driver written entirely in JavaScript/TypeScript
https://zwave-js.github.io/node-zwave-js/
MIT License
750 stars 601 forks source link

Support GBL format for OTA firmware upgrades of Series 700 devices #1173

Closed larstobi closed 3 years ago

larstobi commented 3 years ago

In order to perform firmware upgrades on SiLabs Series 700 devices, we need to support the Gecko Bootloader (GBL) file format.

Describe the solution you'd like Add the GBL format to the guessFormat function in zwavejs.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context

AlCalzone commented 3 years ago

Should probably done together with (or after) #1174 since this will affect the same methods.