@@ -30,8 +30,8 @@ using Protocols::InteractionModel::Status;
30
30
31
31
WaterHeaterManagementDelegate::WaterHeaterManagementDelegate (EndpointId clustersEndpoint) :
32
32
mpWhmInstance(nullptr ), mpWhmManufacturer(nullptr ), mWaterTemperature(0 ), mReplacedWaterTemperature(0 ),
33
- mBoostTargetTemperatureReached(false ), mTankVolume(0 ),
34
- mEstimatedHeatRequired( 0 ), mTankPercentage( 0 ), mBoostState(BoostStateEnum::kInactive )
33
+ mBoostTargetTemperatureReached(false ), mTankVolume(0 ), mEstimatedHeatRequired( 0 ), mTankPercentage( 0 ),
34
+ mBoostState(BoostStateEnum::kInactive )
35
35
{}
36
36
37
37
void WaterHeaterManagementDelegate::SetWaterHeaterManagementInstance (WaterHeaterManagement::Instance & instance)
@@ -344,10 +344,10 @@ bool WaterHeaterManagementDelegate::HasWaterTemperatureReachedTarget() const
344
344
// mBoostTargetReheat indicates the percentage to which the hot water in the tank SHALL be allowed to fall before
345
345
// again beginning to reheat it.
346
346
//
347
- // For example if the TargetPercentage was 80%, and the TargetReheat was 40%, then after initial heating to 80% hot water,
348
- // the tank may have hot water drawn off until only 40% hot water remains. At this point the heater will begin to heat back
349
- // up to 80% of hot water. If this field and the OneShot field were both omitted, heating would begin again after any water
350
- // draw which reduced the TankPercentage below 80%.
347
+ // For example if the TargetPercentage was 80%, and the TargetReheat was 40%, then after initial heating to 80% hot
348
+ // water, the tank may have hot water drawn off until only 40% hot water remains. At this point the heater will begin to
349
+ // heat back up to 80% of hot water. If this field and the OneShot field were both omitted, heating would begin again
350
+ // after any water draw which reduced the TankPercentage below 80%.
351
351
352
352
// If this field is included then the TargetPercentage field SHALL also be included, and the OneShot excluded.
353
353
VerifyOrReturnValue (mTankPercentage >= mBoostTargetReheat .Value (), false );
0 commit comments