We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1a688f commit 2620153Copy full SHA for 2620153
src/app/clusters/scenes/SceneTable.h
@@ -62,7 +62,8 @@ class SceneHandler
62
/// CHIP_CONFIG_SCENES_MAX_CLUSTERS_PER_SCENES
63
virtual void GetSupportedClusters(EndpointId endpoint, Span<ClusterId> & clusterBuffer) = 0;
64
65
- /// @brief Returns whether or not a cluster is supported on an endpoint
+ /// @brief Returns whether or not a cluster for scenes is supported on an endpoint
66
+
67
/// @param endpoint Target Endpoint ID
68
/// @param cluster Target Cluster ID
69
/// @return true if supported, false if not supported
0 commit comments