Changes
This is a patch release incorporating a few small fixes:
- The routing table size has been increased. This will help increase communication speed in certain network layouts when you control many devices at once.
- Disable firmware group messages filtering. This allows the adapter to receive commands from arbitrary groups. Group commands with arbitrary group IDs are used by some scene controllers to distinguish button presses.
A new XNCP command has been added to identify the exact chip in use, to allow tailoring adapter settings at driver startup.
What's Changed
- Bump the EmberZNet patch number to 7.4.4.1 by @puddly in #108
- Remove group packet filtering by replacing
sli_zigbee_am_multicast_member
by @puddly in #112 - Backport fixes from stable into dev by @puddly in #113
- Fix C flag definitions for some EZSP config options by @puddly in #117
- Increase routing table size by @puddly in #115
- Merge
main
intostable
by @puddly in #123
Full Changelog: v2025.04.04...v2025.09.17