Skip to content

Commit

Permalink
add missing node id (project-chip#22203)
Browse files Browse the repository at this point in the history
  • Loading branch information
yunhanw-google authored and isiu-apple committed Sep 16, 2022
1 parent 974466f commit bd4c008
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/chip-tool/commands/clusters/SubscriptionsCommands.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ class ShutdownSubscription : public CHIPCommand
{
public:
ShutdownSubscription(CredentialIssuerCommands * credsIssuerConfig) :
CHIPCommand("shutdown-one", credsIssuerConfig, "Shut down a single subscription, identified by its subscription id.")
CHIPCommand("shutdown-one", credsIssuerConfig,
"Shut down a single subscription, identified by its subscription id and target node id.")
{
AddArgument("subscription-id", 0, UINT64_MAX, &mSubscriptionId);
AddArgument("node-id", 0, UINT64_MAX, &mNodeId,
Expand Down

0 comments on commit bd4c008

Please sign in to comment.