@@ -65,8 +65,8 @@ class PairingCommand : public CHIPCommand,
65
65
" Bypass the attestation verifier. If not provided or false, the attestation verifier is not bypassed."
66
66
" If true, the commissioning will continue in case of attestation verification failure." );
67
67
AddArgument (" case-auth-tags" , 1 , UINT32_MAX, &mCASEAuthTags , " The CATs to be encoded in the NOC sent to the commissionee" );
68
- AddArgument (" skip- icd-registration" , 0 , 1 , &mSkipICDRegistration ,
69
- " Skip registering for check-ins from ICDs during commissioning. Default: false" );
68
+ AddArgument (" icd-registration" , 0 , 1 , &mICDRegistration ,
69
+ " Whether to register for check-ins from ICDs during commissioning. Default: false" );
70
70
AddArgument (" icd-check-in-nodeid" , 0 , UINT64_MAX, &mICDCheckInNodeId ,
71
71
" The check-in node id for the ICD, default: node id of the commissioner." );
72
72
AddArgument (" icd-monitored-subject" , 0 , UINT64_MAX, &mICDMonitoredSubject ,
@@ -233,7 +233,7 @@ class PairingCommand : public CHIPCommand,
233
233
chip::Optional<bool > mBypassAttestationVerifier ;
234
234
chip::Optional<std::vector<uint32_t >> mCASEAuthTags ;
235
235
chip::Optional<char *> mCountryCode ;
236
- chip::Optional<bool > mSkipICDRegistration ;
236
+ chip::Optional<bool > mICDRegistration ;
237
237
chip::Optional<NodeId> mICDCheckInNodeId ;
238
238
chip::Optional<chip::ByteSpan> mICDSymmetricKey ;
239
239
chip::Optional<uint64_t > mICDMonitoredSubject ;
0 commit comments