Index: firmware/App/Controllers/DGInterface.h =================================================================== diff -u -r358e32a9fb25a6929fc5bbd7ee1d8ed2c4b69920 -rea0ed778cde80abbb042a8a0a8ef56b3a434dfb2 --- firmware/App/Controllers/DGInterface.h (.../DGInterface.h) (revision 358e32a9fb25a6929fc5bbd7ee1d8ed2c4b69920) +++ firmware/App/Controllers/DGInterface.h (.../DGInterface.h) (revision ea0ed778cde80abbb042a8a0a8ef56b3a434dfb2) @@ -86,6 +86,7 @@ U32 drainToVolumeML; ///< Drain to target volume in ml BOOL tareLoadCells; ///< Flag indicates to tare load cells or not BOOL rinseConcentrateLines; ///< Flag indicates to rinse concentrate lines or not + BOOL cmd; ///< Flag indicates to start or stop the drain mode } DRAIN_RESERVOIR_CMD_PAYLOAD_T; /// DG command response data record structure. @@ -141,7 +142,7 @@ void cmdChangeDGValveSetting( DG_VALVE_SETTING_ID_T valveSettingID ); void cmdStartDGFill( U32 fillToVolMl ); void cmdStopDGFill( void ); -void cmdStartDGDrain( U32 drainToVolMl, BOOL tareLoadCell, BOOL rinse ); +void cmdStartDGDrain( U32 drainToVolMl, BOOL tareLoadCell, BOOL rinse, BOOL start ); void cmdStartDGTrimmerHeater( void ); void cmdStopDGTrimmerHeater( void ); void cmdDGSampleWater( SAMPLE_WATER_CMD_T cmd );