File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -377,7 +377,7 @@ class CommandSender final : public Messaging::ExchangeDelegate
377
377
TLV::TLVWriter * GetCommandDataIBTLVWriter ();
378
378
379
379
/* *
380
- * API for adding a request data. The `aEncodable` is generally expected to encode
380
+ * API for adding request data. The `aEncodable` is generally expected to encode
381
381
* a ClusterName::Commands::CommandName::Type struct, however any object should work.
382
382
*
383
383
* @param [in] aCommandPath The path of the command being requested.
@@ -386,8 +386,9 @@ class CommandSender final : public Messaging::ExchangeDelegate
386
386
* @param [in] aAddRequestDataParams parameters associated with building the
387
387
* InvokeRequestMessage that are associated with this request.
388
388
*
389
- * This API does not validate if command provided requires timed invoke. If caller
390
- * wants that certainty they should call templated version of AddRequestData.
389
+ * This API does not validate if the command provided requires interaction use a timed
390
+ * invoke interaction. If the caller wants that certainty they should call the templated
391
+ * version of AddRequestData.
391
392
*/
392
393
CHIP_ERROR AddRequestData (const CommandPathParams & aCommandPath, DataModel::EncodableToTLV & aEncodable,
393
394
AddRequestDataParameters & aAddRequestDataParams)
You can’t perform that action at this time.
0 commit comments