Index: DGDefs.h =================================================================== diff -u -r92b712e5ba7449edfb3478ee2510e5513723db1b -r6d64b9cc811713e4f5103d0771b2187d99990dad --- DGDefs.h (.../DGDefs.h) (revision 92b712e5ba7449edfb3478ee2510e5513723db1b) +++ DGDefs.h (.../DGDefs.h) (revision 6d64b9cc811713e4f5103d0771b2187d99990dad) @@ -553,7 +553,7 @@ DG_CMD_VALVE_SETTING = 8, ///< Command to request DG to change valve settings DG_CMD_SAMPLE_WATER = 9, ///< Command to request DG to sample water DG_CMD_START_FLUSH = 10, ///< Command to request DG to start flush - DG_CMD_STOP_FLUSH = 11, ///< Command to request DG to stop flu + DG_CMD_STOP_FLUSH = 11, ///< Command to request DG to stop flush DG_CMD_START_HEAT_DISINFECT = 12, ///< Command to request DG to start heat disinfect DG_CMD_STOP_HEAT_DISINFECT = 13, ///< Command to request DG to stop heat disinfect DG_CMD_START_CHEM_DISINFECT = 14, ///< Command to request DG to start chemical disinfect @@ -563,6 +563,7 @@ DG_CMD_STOP_CHEM_DISINFECT_FLUSH = 18, ///< Command to request DG to stop chemical disinfect DG_CMD_START_RO_PERMEATE_SAMPLE = 19, ///< Command to request DG to start RO permeate sample mode DG_CMD_STOP_RO_PERMEATE_SAMPLE = 20, ///< Command to request DG to stop RO permeate sample mode + DG_CMD_STOP_ACTIVE_COOL = 21, ///< Command to request DG to stop active cool mode NUM_OF_DG_COMMANDS ///< Number of DG commands }; typedef enum DG_Command DG_COMMAND_T; ///< Type for DG commands enumeration