We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9df2ffa commit cc046d7Copy full SHA for cc046d7
src/app/clusters/scenes-server/SceneHandlerImpl.cpp
@@ -27,7 +27,7 @@ using ConcreteAttributePath = app::ConcreteAttributePath;
27
using AttributeValuePairType = app::Clusters::ScenesManagement::Structs::AttributeValuePair::Type;
28
29
/// ConvertByteArrayToUInt64
30
-/// @brief Helper function to convert a byte array to a uint64_t value
+/// @brief Helper function to convert a byte array to a value of the given type.
31
/// @param EmberAfDefaultAttributeValue & defaultValue
32
/// @param len Length of the byte array
33
/// @return uint64_t or int64_t Value
0 commit comments