Index: firmware/App/Modes/ModeStandby.h =================================================================== diff -u -r79b494c344417ba6865db01ad5f456e439bec1b2 -re6c60e07b450ec8d58e87bf13d45f96efab54d8b --- firmware/App/Modes/ModeStandby.h (.../ModeStandby.h) (revision 79b494c344417ba6865db01ad5f456e439bec1b2) +++ firmware/App/Modes/ModeStandby.h (.../ModeStandby.h) (revision e6c60e07b450ec8d58e87bf13d45f96efab54d8b) @@ -1,14 +1,14 @@ /************************************************************************** * -* Copyright (c) 2019-2023 Diality Inc. - All Rights Reserved. +* Copyright (c) 2019-2024 Diality Inc. - All Rights Reserved. * * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN * WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * * @file ModeStandby.h * * @author (last) Dara Navaei -* @date (last) 24-May-2023 +* @date (last) 23-Jul-2024 * * @author (original) Dara Navaei * @date (original) 05-Nov-2019 @@ -49,7 +49,7 @@ BOOL signalAbortWaterSampling( void ); // HD signal to abort water sampling. BOOL startDGFlush( void ); // HD start flush mode -BOOL startDGHeatDisinfect( void ); // HD start heat disinfect mode +BOOL startDGHeatDisinfect( BOOL isPassive ); // HD start heat disinfect mode BOOL startDGHeatDisinfectActiveCool( void ); DG_STANDBY_MODE_STATE_T getCurrentStandbyState( void ); // get the current state of the standby mode.