Skip to content

Commit

Permalink
Update examples/chip-tool/commands/clusters/ClusterCommand.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 Aug 30, 2024
1 parent 202afb4 commit e1fe9bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/chip-tool/commands/clusters/ClusterCommand.h
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ class ClusterCommand : public InteractionModelCommands, public ModelCommand, pub
chip::CommandId mCommandId;
// The scoped node ID to which RegisterClient and UnregisterClient command will be sent. Not set for other commands.
chip::ScopedNodeId mPeerNodeId;
// The scoped node ID to which a Check-In message will be sent
// The scoped node ID to which a Check-In message will be sent. Only set for the RegisterClient command.
chip::ScopedNodeId mCheckInNodeId;

// Used to determine if a particular client has an active subscription for the given entry.
Expand Down

0 comments on commit e1fe9bf

Please sign in to comment.