Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CommissioningWindowManager should only listen for platform events whe…
…n a commissioning window is open. (#28311) Right now, a CommissioningWindowManager starts listening for platform events if a commissioning window is opened, and then never stops. That means it can end up reacting to fail-safe expirations that have nothing to do with a commissioning window (e.g. CASE updates of state that needs a fail-safe). The fix is to not listen for platform events if the commissioning window is closed.
- Loading branch information