Index: firmware/App/Services/SystemCommMessages.h =================================================================== diff -u -rd3926e5817813a9588b77f6c382940176a5feedc -rd32847d87534b3273deb7362f598aba60877e7b8 --- firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision d3926e5817813a9588b77f6c382940176a5feedc) +++ firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision d32847d87534b3273deb7362f598aba60877e7b8) @@ -26,6 +26,7 @@ #include "LoadCell.h" #include "MessageSupport.h" #include "ModeChemicalDisinfect.h" +#include "ModeChemicalDisinfectFlush.h" #include "ModeFlush.h" #include "ModeHeatDisinfect.h" #include "MsgQueues.h" @@ -340,6 +341,9 @@ // MSG_ID_DG_START_STOP_CHEM_DSINFECT BOOL handleStartStopDGChemicalDisinfect( MESSAGE_T *message ); +// MSG_ID_DG_START_STOP_CHEM_DISINFECT_FLUSH +BOOL handleStartStopDGChemicalDisinfectFlush( MESSAGE_T *message ); + // MSG_ID_DG_OP_MODE_PUBLISH_INTERVAL_OVERRIDE void handleSetDGOpModeBroadcastIntervalOverrideRequest( MESSAGE_T *message );