Releases: zigpy/zigpy-znp
Releases · zigpy/zigpy-znp
v0.0.2
Changes
- Support new zigpy configuration schema format. Requires
zigpy>=0.20.1a1
. - Implement broadcast messages.
- Properly support common ZDO commands to allow full device joining and descriptor discovery.
- Test coverage for just about every line of code other than network formation.
- Update README.md with PyPI links @Hedda (#9)
v0.0.1.dev1
First functional release covering basic use cases.
What works:
- coordinator startup
- unicast requests
- device joins
- auto port detection
- port reconnection
What hasn't been tested:
- network formation
What hasn't been implemented:
- multicast and broadcast messages