Releases: mdeweerd/zha-toolkit
Releases · mdeweerd/zha-toolkit
v0.5.11 🧰 Write attribute values to CSV file
Changes
- Options to write attribute values to CSV file
- Refactored string constants to constants for strings.
v0.5.10 🧰 Fixed uninitialized msg in attr_write due to bad indentation.
Changes
- Fixed uninitialized msg in attr_write due to bad indentation.
v0.5.9 🧰 Fix for error message in logs that is actually debug information.
Changes
- Fix for error message in logs that is actually debug information.
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.