Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Generic start strategy #1257

Draft
wants to merge 13 commits into
base: master
Choose a base branch
from

Conversation

Nerivec
Copy link
Collaborator

@Nerivec Nerivec commented Dec 11, 2024

Provide a generic startup strategy for all adapters

  • universal strategy, no mismatching behaviors between adapter types
  • will help with implementing migration from ZHA
  • should remove a lot of duplicate tests (zstack & ember currently have to test this internally)
  • initNetwork is generic but called internally to adapter, allowing call in proper location (depending on adapter init), or not calling at all for adapters with less features (e.g. deconz, zigate...)

TODO:

  • ember
    • Implementation
    • Tests
  • zstack
    • Implementation
    • Tests
  • deconz
  • ezsp
  • zboss
  • zigate

@Nerivec Nerivec force-pushed the generic-start-strategy branch from 3d46e34 to b765b02 Compare December 12, 2024 21:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant