From 60fabf40a0ab08862040b71c7368c82201bdbedd Mon Sep 17 00:00:00 2001 From: lpbeliveau-silabs Date: Thu, 16 Nov 2023 14:24:00 -0500 Subject: [PATCH] Modified the comment so it makes more sense --- src/lib/core/CHIPConfig.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/lib/core/CHIPConfig.h b/src/lib/core/CHIPConfig.h index 593eeb8d36944c..ac24bea1d90adb 100644 --- a/src/lib/core/CHIPConfig.h +++ b/src/lib/core/CHIPConfig.h @@ -1460,9 +1460,10 @@ extern const char CHIP_NON_PRODUCTION_MARKER[]; /** * @def CHIP_CONFIG_MAX_SCENES * - * @brief This defines enables the caude for the default scene handlers in each sceneable cluster. + * @brief This defines enables the automatic registration of default scene handlers in the scene table for each sceneable clusters. * If a user want's to use their own scene handlers, they can disable this flag and implement their own handlers. - * + * Then they can use ScenesServer::Instance().RegisterSceneHandler() to have their handlers called when a scene is recalled or + * stored. */ #ifndef CHIP_CONFIG_SCENES_USE_DEFAULT_HANDLERS #define CHIP_CONFIG_SCENES_USE_DEFAULT_HANDLERS 1