From 0fcfb23a072b5c680393b4425e47894e3203251b Mon Sep 17 00:00:00 2001 From: PeterC1965 <101805108+PeterC1965@users.noreply.github.com> Date: Thu, 29 Aug 2024 13:48:08 +0100 Subject: [PATCH] Update examples/energy-management-app/energy-management-common/water-heater/include/WhmDelegate.h Co-authored-by: jamesharrow <93921463+jamesharrow@users.noreply.github.com> --- .../energy-management-common/water-heater/include/WhmDelegate.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/energy-management-app/energy-management-common/water-heater/include/WhmDelegate.h b/examples/energy-management-app/energy-management-common/water-heater/include/WhmDelegate.h index d78f32d1a0ea55..e38325032864f0 100644 --- a/examples/energy-management-app/energy-management-common/water-heater/include/WhmDelegate.h +++ b/examples/energy-management-app/energy-management-common/water-heater/include/WhmDelegate.h @@ -203,7 +203,7 @@ class WaterHeaterManagementDelegate : public WaterHeaterManagement::Delegate * Set the temperature of the cold water that fills the tank as the hot water * is drawn off. * - * @param oldWaterTemperature The cold water temperature in 100th of a C + * @param coldWaterTemperature The cold water temperature in 100th of a C */ void SetColdWaterTemperature(uint16_t coldWaterTemperature);