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
[darwin-framework-tool] Add an optional -use-mtr-device argument to read-by-id and write-by-id commands (project-chip#36243)
* [darwin-framework-tool][use-mtr-device] Add an option to send command using an MTRDevice instead of a MTRBaseDevice
* [darwin-framework-tool][use-mtr-device] Add an implementation for reading attributes via an MTRDevice
* [darwin-framework-tool][use-mtr-device] Add an implementation for writing attributes via an MTRDevice
"Use MTRDevice instead of MTRBaseDevice to send this command. Default is false.");
133
+
AddArgument("expectedValueInterval", 0, UINT32_MAX, &mExpectedValueInterval, "When the write is issued using an MTRDevice (via –use-mtr-device), specify the maximum interval (in milliseconds) during which reads of the attribute will return the expected value. The default is 60000 milliseconds (60 seconds).");
0 commit comments