From 222923469841f9221a66261c0ee4bfe6f3f93dff Mon Sep 17 00:00:00 2001 From: lpbeliveau-silabs <112982107+lpbeliveau-silabs@users.noreply.github.com> Date: Wed, 8 Mar 2023 13:34:32 -0500 Subject: [PATCH] Update src/app/clusters/scenes/SceneTable.h Co-authored-by: Boris Zbarsky --- src/app/clusters/scenes/SceneTable.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/clusters/scenes/SceneTable.h b/src/app/clusters/scenes/SceneTable.h index 906f1fc2179fb2..35e1de4ac5b3eb 100644 --- a/src/app/clusters/scenes/SceneTable.h +++ b/src/app/clusters/scenes/SceneTable.h @@ -91,7 +91,8 @@ class SceneHandler virtual CHIP_ERROR SerializeAdd(EndpointId endpoint, ClusterId & cluster, MutableByteSpan & serialisedBytes, app::Clusters::Scenes::Structs::ExtensionFieldSet::DecodableType & extensionFieldSet) = 0; - /// @brief From command StoreScene, retrieves ExtensionField from currently active values, it is the functions responsability to + /// @brief From command StoreScene, retrieves ExtensionField from currently active values, it is the function's responsibility to + /// resize the mutable span if necessary, a number of byte equal to the span will be stored in memory /// @param endpoint Target Endpoint /// @param cluster Target Cluster