Skip to content

Commit cc046d7

Browse files
Update src/app/clusters/scenes-server/SceneHandlerImpl.cpp
Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>
1 parent 9df2ffa commit cc046d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/clusters/scenes-server/SceneHandlerImpl.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ using ConcreteAttributePath = app::ConcreteAttributePath;
2727
using AttributeValuePairType = app::Clusters::ScenesManagement::Structs::AttributeValuePair::Type;
2828

2929
/// ConvertByteArrayToUInt64
30-
/// @brief Helper function to convert a byte array to a uint64_t value
30+
/// @brief Helper function to convert a byte array to a value of the given type.
3131
/// @param EmberAfDefaultAttributeValue & defaultValue
3232
/// @param len Length of the byte array
3333
/// @return uint64_t or int64_t Value

0 commit comments

Comments
 (0)