zigpy / bellows

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

New EZSPv9 types #519

Closed puddly closed 1 year ago

puddly commented 1 year ago

Mostly a bunch of new EmberStatus codes. Also works around an EmberZNet serialization bug for getKeyTableEntry.

To port over bugfixes, I've replaced EmberStruct with zigpy's Struct. It's still a drop-in replacement.