-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement the new zigpy radio API (#117)
* Begin implementing the new radio API * Use the correct signature for `load_network_info` * Use command and response IDs * Parse ZiGate logging messages * Implement `Status` type * Erase PDM when writing new settings * Handle responses and status callbacks in any order * Implement `GET_DEVICES_LIST` * Rename `ADDRESS_MODE` to `AddressMode` * Initialize the ZiGate device on startup * Only permit joins via the coordinator in `permit_ncp` * Use `schedule_initialize` to prevent double initialization * Add unhandled `NODE_DESCRIPTOR_RSP` response * Add a stub for `add_endpoint` * Set the TCLK's partner IEEE * Set the network information `source` and `metadata` * Fix unit tests * Bump minimum required zigpy version to 0.47.0
- Loading branch information
Showing
7 changed files
with
554 additions
and
215 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.