File tree 1 file changed +2
-2
lines changed
src/app/clusters/energy-preference-server
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ struct Delegate
48
48
* @param aOutLabel The Label value from BalanceStruct. Storage is
49
49
* provided by the caller, and is large enough to accomodate the
50
50
* longest label (64 chars), on successful return the size of the span must be
51
- * adjusted to reflect the length of the value.
51
+ * adjusted to reflect the length of the value, or ClearValue() called on the Optional to indicate there is no label .
52
52
*
53
53
* @return CHIP_ERROR_NOT_FOUND if the index is out of range.
54
54
*/
@@ -79,7 +79,7 @@ struct Delegate
79
79
* @param aOutLabel The Label value from BalanceStruct. Storage is
80
80
* provided by the caller, and is large enough to accomodate the
81
81
* longest label (64 chars), on successful return the size of the span must be
82
- * adjusted to reflect the length of the value.
82
+ * adjusted to reflect the length of the value, or ClearValue() called on the Optional to indicate there is no label .
83
83
*
84
84
* @return CHIP_ERROR_NOT_FOUND if the index is out of range.
85
85
*/
You can’t perform that action at this time.
0 commit comments