Index: firmware/App/Controllers/DGInterface.c =================================================================== diff -u -rfef80429278a165c2f512cb78606bd7b39f4a464 -r05db2649fc3ffe396ef21e1adf7939440a56e404 --- firmware/App/Controllers/DGInterface.c (.../DGInterface.c) (revision fef80429278a165c2f512cb78606bd7b39f4a464) +++ firmware/App/Controllers/DGInterface.c (.../DGInterface.c) (revision 05db2649fc3ffe396ef21e1adf7939440a56e404) @@ -967,6 +967,21 @@ /*********************************************************************//** * @brief + * The cmdDGParkConcentratePumps function sends a park concentrate pumps command + * message to the DG. + * @details Inputs: none + * @details Outputs: park concentrate pumps command sent to DG. + * @return none + *************************************************************************/ +void cmdDGParkConcentratePumps( void ) +{ + dgCmdResp[ DG_CMD_PARK_CONCENTRATE_PUMPS ].commandID = DG_CMD_NONE; + + sendDGParkConcentratePumpsCommand( ); +} + +/*********************************************************************//** + * @brief * The cmdStartDGFlush function sends a start flush command message to * the DG. * @details Inputs: none