Skip to content

Commit

Permalink
Update examples/all-clusters-app/all-clusters-common/src/WhmDelegateI…
Browse files Browse the repository at this point in the history
…mpl.cpp

Co-authored-by: Boris Zbarsky <[email protected]>
  • Loading branch information
jamesharrow and bzbarsky-apple authored Jul 28, 2024
1 parent c13aca1 commit 713fad0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,8 @@ void WaterHeaterManagementDelegate::SetBoostState(BoostStateEnum boostState)
* the Off periods.
*/
Status WaterHeaterManagementDelegate::HandleBoost(uint32_t durationS, Optional<bool> oneShot, Optional<bool> emergencyBoost,
Optional<int16_t> temporarySetpoint, Optional<chip::Percent> targetPercentage,
Optional<chip::Percent> targetReheat)
Optional<int16_t> temporarySetpoint, Optional<Percent> targetPercentage,
Optional<Percent> targetReheat)
{
Status status = Status::Success;

Expand Down

0 comments on commit 713fad0

Please sign in to comment.