Skip to content

Commit 0fcfb23

Browse files
Update examples/energy-management-app/energy-management-common/water-heater/include/WhmDelegate.h
Co-authored-by: jamesharrow <93921463+jamesharrow@users.noreply.github.com>
1 parent b420937 commit 0fcfb23

File tree

1 file changed

+1
-1
lines changed
  • examples/energy-management-app/energy-management-common/water-heater/include

1 file changed

+1
-1
lines changed

examples/energy-management-app/energy-management-common/water-heater/include/WhmDelegate.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ class WaterHeaterManagementDelegate : public WaterHeaterManagement::Delegate
203203
* Set the temperature of the cold water that fills the tank as the hot water
204204
* is drawn off.
205205
*
206-
* @param oldWaterTemperature The cold water temperature in 100th of a C
206+
* @param coldWaterTemperature The cold water temperature in 100th of a C
207207
*/
208208
void SetColdWaterTemperature(uint16_t coldWaterTemperature);
209209

0 commit comments

Comments
 (0)