Skip to content

Releases: mdeweerd/zha-toolkit

v0.5.8 🧰Added alternative methods for rejoin command for testing.

29 Jan 13:19
Compare
Choose a tag to compare

Changes

  • Added alternative methods for rejoin command for testing.

v0.5.7 🧰

25 Jan 20:57
Compare
Choose a tag to compare

Changes

  • Corrected name for refactored rejoin function

v0.5.6 🧰 handle_join & rejoin moved to misc.py to automate reload

25 Jan 14:06
Compare
Choose a tag to compare

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

24 Jan 21:17
Compare
Choose a tag to compare

Changes

  • Workaround for zigpy limitation on zcl_cmd (no tries for CustomCluster command).

v0.5.4 🧰

24 Jan 16:49
Compare
Choose a tag to compare

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

23 Jan 23:26
Compare
Choose a tag to compare

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.