You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Extend `EmberStatus` -> `sl_Status` mapping (#707)
* Fix final few uses of EmberStatus
* Map out as many EmberStatus -> sl_Status mappings as possible
Revert `TABLE_ENTRY_ERASED` change
Move retrying out of `connect` and into `startup_reset` (#696)
* Move retrying out of `connect` and into `startup_reset`
* Constant tweaking
* Better debug logging for long CANCEL sequences
* Fix tests
Backup/restore routing table and allow specifying TX power during for…
…mation (#690)
* Restore the routing table on startup
* Account for new zigpy changes
* Read the route table size
* Rename `RouteRecordStatus` constants
* Bump zigpy to 0.85.0
* Add unit tests
* Re-add accidentally removed code
* Clean up
Set adapter concurrency using chip info XNCP command (#681)
* XNCP command to read chip info
* Set the adapter concurrency using chip info
* Fix unit tests
* Add some more tests
* Clean up for new zigpy APIs
* Adjust unit test to use a compatible concurrency setting