Skip to content

Commit

Permalink
Update src/app/clusters/scenes/SceneTable.h
Browse files Browse the repository at this point in the history
Co-authored-by: Boris Zbarsky <[email protected]>
  • Loading branch information
2 people authored and pull[bot] committed Aug 4, 2023
1 parent 9ef61ac commit 2229234
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/clusters/scenes/SceneTable.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2229234

Please sign in to comment.