We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdc8db6 commit fa3e572Copy full SHA for fa3e572
src/app/server-cluster/DefaultServerCluster.h
@@ -68,7 +68,7 @@ class DefaultServerCluster : public ServerClusterInterface
68
CHIP_ERROR AcceptedCommands(const ConcreteClusterPath & path,
69
DataModel::ListBuilder<DataModel::AcceptedCommandEntry> & builder) override;
70
71
- /// Must only be implemented if commands are supported by the cluster that return values
+ /// Must only be implemented if commands that return values are supported by the cluster.
72
///
73
/// Default implementation is a NOOP (no list items generated)
74
CHIP_ERROR GeneratedCommands(const ConcreteClusterPath & path, DataModel::ListBuilder<CommandId> & builder) override;
0 commit comments