Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Prepare to move specific ZDO requests out of Adapter (#1187)
* Prepare to move specific ZDO requests out of Adapter * Fix prettier. * Fix zstack tests. * Fix ember tests. * More coverage. * Fix prettier. * Add tests for zstack ZDO request payload alteration logic. * Cleanup zstack ZDO response handling & more robust tests. * Extra zstack edge-case coverage. * Update zstack to use `sendZdo`. * zstack: Match AREQ/SREQ logic, cleanup and optimize. More coverage. * Better condition for IEEE vs nwk matching (avoid possible edge-cases). * deconz * ezsp * Fix prettier. * ezsp: fix not compatible with 8.x.x. * zboss * zboss: fix. * deconz: fix `deviceJoined` event * zigate * zigate: better zdo buffalo patch * zboss: fix ignore response status in driver (handled upstream) * zboss: fix non-standard ZDO response payloads * zboss: fix leftover * zboss: fix permit join. * zboss: fix INDICATION payload * zboss: fix ZDO_DEV_UPDATE_IND. * zstack: remove `networkAddress` event in favor of `zdoResponse`. * zboss: revert unsupported join changes. * Fix prettier. * Feedback. * ZStack: only discover route when node descriptor request fails --------- Co-authored-by: Koen Kanters <[email protected]>
- Loading branch information