Releases: mdeweerd/zha-toolkit
Releases · mdeweerd/zha-toolkit
v0.5.8 🧰Added alternative methods for rejoin command for testing.
Changes
- Added alternative methods for rejoin command for testing.
v0.5.7 🧰
Changes
- Corrected name for refactored rejoin function
v0.5.6 🧰 handle_join & rejoin moved to misc.py to automate reload
Changes
- handle_join & rejoin moved to misc.py to automate reload
- Code lines limited to 79 characters
v0.5.5 🧰 Workaround for zigpy limitation on zcl_cmd
Changes
- Workaround for zigpy limitation on zcl_cmd (no tries for CustomCluster command).
v0.5.4 🧰
Changes
- rejoin ZDO call replaced with working one;
- More info for certain calls in event data (bind, unbind)
v0.5.3 🧰 zcl_cmd update, scan_devices update
Changes
- zcl_cmd uses common method for parameters, and does automatic endpoint selection.
- scan_device accepts endpoint parameter to limit discovery to those endpoints - only endpoints known by ZHA are possible at this time.