Skip to content

Commit e1fe9bf

Browse files
Update examples/chip-tool/commands/clusters/ClusterCommand.h
Co-authored-by: Boris Zbarsky <[email protected]>
1 parent 202afb4 commit e1fe9bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/chip-tool/commands/clusters/ClusterCommand.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ class ClusterCommand : public InteractionModelCommands, public ModelCommand, pub
265265
chip::CommandId mCommandId;
266266
// The scoped node ID to which RegisterClient and UnregisterClient command will be sent. Not set for other commands.
267267
chip::ScopedNodeId mPeerNodeId;
268-
// The scoped node ID to which a Check-In message will be sent
268+
// The scoped node ID to which a Check-In message will be sent. Only set for the RegisterClient command.
269269
chip::ScopedNodeId mCheckInNodeId;
270270

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

0 commit comments

Comments
 (0)