We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2212c8e commit da27500Copy full SHA for da27500
src/app/clusters/energy-preference-server/energy-preference-server.h
@@ -29,7 +29,7 @@ namespace chip::app::Clusters::EnergyPreference
29
30
struct Delegate
31
{
32
- //Note: This delegate does not handle the "Current Active" indexes attributes storage.
+ //Note: This delegate does not handle the "Current Active" indexes attributes storage.
33
//eg: Current Energy Balance and Current Low Power Mode Sensitivity. These can be handled using
34
//ember built in storage, or via the external callbacks as desired by the implementer.
35
@@ -86,4 +86,4 @@ struct Delegate
86
void SetDelegate(Delegate * aDelegate);
87
Delegate * GetDelegate();
88
89
-} // namespace chip::app::Clusters::EnergyPreference
+} // namespace chip::app::Clusters::EnergyPreference
0 commit comments