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 20 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
Copy link
Contributor

github-actions bot commented Mar 4, 2025

This pull request is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days

@github-actions github-actions bot added the stale label Mar 4, 2025
@Nerivec Nerivec added dont-stale and removed stale labels Mar 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant