Index: firmware/App/Controllers/DGInterface.h =================================================================== diff -u -r5af49574b5f8e99aa9ea451033213dcd765ea837 -r46c538cc5b7b40ddc8227e2ad1c77bab93716571 --- firmware/App/Controllers/DGInterface.h (.../DGInterface.h) (revision 5af49574b5f8e99aa9ea451033213dcd765ea837) +++ firmware/App/Controllers/DGInterface.h (.../DGInterface.h) (revision 46c538cc5b7b40ddc8227e2ad1c77bab93716571) @@ -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. @@ -143,7 +144,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 );