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
* Adds a delegate to receive asynchronous callbacks about the device, and limit attribute and/or event reports to a specific set of paths.
130
+
*
131
+
* interestedPathsForAttributes may contain either MTRClusterPath or MTRAttributePath to specify interested clusters and attributes, or NSNumber for endpoints.
132
+
*
133
+
* interestedPathsForAttributes may contain either MTRClusterPath or MTREventPath to specify interested clusters and events, or NSNumber for endpoints.
134
+
*
135
+
* For both interested paths arguments, if nil is specified, then no filter will be applied.
136
+
*
137
+
* Calling addDelegate: again with the same delegate object will update the interested paths for attributes and events for this delegate.
138
+
*
139
+
* MTRDevice holds a weak reference to the delegate object.
0 commit comments