zigpy / bellows

A Python 3 project to implement EZSP for EmberZNet devices
GNU General Public License v3.0
177 stars 87 forks source link

fixed cli issues #582

Closed dumpfheimer closed 10 months ago

dumpfheimer commented 10 months ago

I was having issues running bellows command in cli e.g.

$ bellows -d /dev/XXX -b 115200 -v INFO --flow-control hardware scan
error: _startup_reset not found in COMMANDS

looks like the function _startup_reset() does not exist but is called startupreset() without a leading .

I am not aware of any implications this might have, but it works now - for me.