Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix reporting of event path errors in MTRBaseDevice. (#26822)
Two main fixes here: * Don't lose the prceise error if we have one in OnEventData. * Use the right path key in our report dictionary for event errors. The path key problem has not been shipped in any releases before, so no backports needed. The other changes are just aligning the attribute and event cases on checking "is this a path we expected a report for?" before actually looking at the report we got.
- Loading branch information