Skip to content

Commit

Permalink
Update examples/chip-tool/commands/icd/ICDCommand.h
Browse files Browse the repository at this point in the history
Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>
  • Loading branch information
yunhanw-google and bzbarsky-apple authored May 16, 2024
1 parent 2d7ebba commit 4f4a0e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/chip-tool/commands/icd/ICDCommand.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class ICDWaitForDeviceCommand : public ClusterCommand, public chip::app::Default
public:
ICDWaitForDeviceCommand(CredentialIssuerCommands * credIssuerCmds) : ClusterCommand("wait-for-device", credIssuerCmds)
{
ModelCommand::AddArguments(/*skipEndpoints=*/true);
ModelCommand::AddArguments(/* skipEndpoints= */ true);
AddArgument("stay-active-duration-seconds", 30, UINT32_MAX, &mStayActiveDurationSeconds,
"The duration in seconds for the device to stay active after check-in completes.");
}
Expand Down

0 comments on commit 4f4a0e3

Please sign in to comment.