Skip to content

Commit

Permalink
Update examples/fabric-admin/commands/pairing/OpenCommissioningWindow…
Browse files Browse the repository at this point in the history
…Command.h

Co-authored-by: Abdul Samad <abdul.samad@smartthings.com>
  • Loading branch information
yufengwangca and samadDotDev authored Aug 13, 2024
1 parent a1f4d0d commit d1f1534
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class OpenCommissioningWindowCommand : public CHIPCommand
&mIteration, "Number of PBKDF iterations to use to derive the verifier. Ignored if 'option' is 0.");
AddArgument("discriminator", 0, 4095, &mDiscriminator, "Discriminator to use for advertising. Ignored if 'option' is 0.");
AddArgument("timeout", 0, UINT16_MAX, &mTimeout, "Time, in seconds, before this command is considered to have timed out.");
AddArgument("setup-pin", 1, 99999998, &mSetupPIN, "The setup PIN (Passcode) to use.");
AddArgument("setup-pin", 1, kSetupPINCodeMaximumValue, &mSetupPIN, "The setup PIN (Passcode) to use.");
AddArgument("salt", &mSalt,
"Salt payload encoded in hexadecimal. Random salt will be generated if absent. "
"This needs to be present if verifier is provided, corresponding to salt used for generating verifier");
Expand Down

0 comments on commit d1f1534

Please sign in to comment.