feat(deconz): add NWK_UPDATE energy scan API support#1644
feat(deconz): add NWK_UPDATE energy scan API support#1644brendan-carroll wants to merge 3 commits into
Conversation
|
This is not "deconz-only" (actually not deconz at all). About the feature itself, if I remember correctly, I took a stab at implementing this a while back (when refactoring ZDO stuff), but plenty of devices don't support this (at all or properly), and it can make a big mess because devices will change channel during the scan, and some devices don't change back to proper channel after... which means re-pairing would be mandatory. |
|
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 |
|
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 |
Summary
Motivation
This enables adapter-level energy scan diagnostics required by higher-level coordinator tooling and management UIs.
Validation