Index: firmware/App/Controllers/DGInterface.h =================================================================== diff -u -r9747ea02d4463e538079ec7b6c3446c089d2dcbd -ra1a0187daedaf2c12e6f9eccfbf9e423d952e029 --- firmware/App/Controllers/DGInterface.h (.../DGInterface.h) (revision 9747ea02d4463e538079ec7b6c3446c089d2dcbd) +++ firmware/App/Controllers/DGInterface.h (.../DGInterface.h) (revision a1a0187daedaf2c12e6f9eccfbf9e423d952e029) @@ -7,8 +7,8 @@ * * @file DGInterface.h * -* @author (last) Vinayakam Mani -* @date (last) 12-Dec-2023 +* @author (last) Dara Navaei +* @date (last) 15-Jul-2024 * * @author (original) Sean * @date (original) 08-Apr-2020 @@ -146,12 +146,14 @@ void cmdStartDGFlush( void ); void cmdDGParkConcentratePumps( void ); void cmdStopDGFlush( void ); -void cmdStartDGHeatDisinfect( void ); +void cmdStartDGHeatDisinfectActiveCool( void ); void cmdStopDGHeatDisinfect( void ); +void cmdStartDGHeatDisinfectPassiveCool( void ); void cmdStartDGChemicalDisinfect( void ); void cmdStopDGChemicalDisinfect( void ); void cmdStartDGChemicalFlushDisinfect( void ); void cmdStopDGChemFlushDisinfect( void ); +void cmdStartDGActiveCool( void ); void cmdStopDGActiveCool( void ); void cmdStartDGROPermeateSampleMode( void ); void cmdStopDGROPermeateSampleMode( void );