Skip to content

Commit 5300387

Browse files
lpbeliveau-silabsbzbarsky-apple
authored andcommitted
Update src/app/clusters/scenes/SceneTable.h
Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>
1 parent 7d4447f commit 5300387

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/app/clusters/scenes/SceneTable.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,8 @@ class SceneHandler
110110

111111
/// @param extensionFieldSet ExtensionFieldSet in command format
112112
/// @return CHIP_NO_ERROR if successful, CHIP_ERROR value otherwise
113-
virtual CHIP_ERROR Deserialize(EndpointId endpoint, ClusterId cluster, ByteSpan & serialisedBytes,
113+
virtual CHIP_ERROR Deserialize(EndpointId endpoint, ClusterId cluster, const ByteSpan & serializedBytes,
114+
114115
app::Clusters::Scenes::Structs::ExtensionFieldSet::Type & extensionFieldSet) = 0;
115116

116117
/// @brief From stored scene (e.g RecallScene), applies EFS values to cluster at transition time

0 commit comments

Comments
 (0)