Index: firmware/App/Controllers/DGInterface.h =================================================================== diff -u -r8036381b5c41ab87146c929eeeb9ba073efd4541 -r9b6d9a0db373b39c3d04dd07516fde59b292bbc5 --- firmware/App/Controllers/DGInterface.h (.../DGInterface.h) (revision 8036381b5c41ab87146c929eeeb9ba073efd4541) +++ firmware/App/Controllers/DGInterface.h (.../DGInterface.h) (revision 9b6d9a0db373b39c3d04dd07516fde59b292bbc5) @@ -8,7 +8,7 @@ * @file DGInterface.h * * @author (last) Dara Navaei -* @date (last) 16-Mar-2023 +* @date (last) 06-Jun-2023 * * @author (original) Sean * @date (original) 08-Apr-2020 @@ -147,13 +147,17 @@ void cmdStopDGTrimmerHeater( void ); void cmdDGSampleWater( SAMPLE_WATER_CMD_T cmd ); void cmdStartDGFlush( void ); +void cmdDGParkConcentratePumps( void ); void cmdStopDGFlush( void ); void cmdStartDGHeatDisinfect( void ); void cmdStopDGHeatDisinfect( void ); void cmdStartDGChemicalDisinfect( void ); void cmdStopDGChemicalDisinfect( void ); -void cmdStartDGChememicalFlushDisinfect( void ); +void cmdStartDGChemicalFlushDisinfect( void ); void cmdStopDGChemFlushDisinfect( void ); +void cmdStopDGActiveCool( void ); +void cmdStartDGROPermeateSampleMode( void ); +void cmdStopDGROPermeateSampleMode( void ); void cmdRequestDGMixingRatios( void ); void cmdSetDGToServiceMode( void );