We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b420937 commit 0fcfb23Copy full SHA for 0fcfb23
examples/energy-management-app/energy-management-common/water-heater/include/WhmDelegate.h
@@ -203,7 +203,7 @@ class WaterHeaterManagementDelegate : public WaterHeaterManagement::Delegate
203
* Set the temperature of the cold water that fills the tank as the hot water
204
* is drawn off.
205
*
206
- * @param oldWaterTemperature The cold water temperature in 100th of a C
+ * @param coldWaterTemperature The cold water temperature in 100th of a C
207
*/
208
void SetColdWaterTemperature(uint16_t coldWaterTemperature);
209
0 commit comments