diff --git a/src/app/clusters/scenes/SceneTable.h b/src/app/clusters/scenes/SceneTable.h index 35e1de4ac5b3eb..5fe40bb4fc255b 100644 --- a/src/app/clusters/scenes/SceneTable.h +++ b/src/app/clusters/scenes/SceneTable.h @@ -93,7 +93,8 @@ class SceneHandler /// @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 + /// place the serialized data in serializedBytes as described below. + /// @param endpoint Target Endpoint /// @param cluster Target Cluster /// @param serialisedBytes Output buffer, data needs to be writen in there and size adjusted if smaller than