You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix data version handling in test033_TestMTRDeviceDeviceConfigurationChanged (#35628)
Data versions are per-cluster, not per-attribute, so every time we inject an
attribute report for a given cluster we need to bump the data version.
Also:
* Fixes checkAttributeReportTriggersConfigurationChanged to be an instance
method, since it was taking the instance as an argument anyway.
* Fixes checkAttributeReportTriggersConfigurationChanged to provide descriptions
for its expectations and assertions that identify the callsite.
* Adds some logging to MTRDevice to make it a little easier to tell which parts
of attribute reporting are or are not happening and in which order.
0 commit comments