Index: firmware/App/Services/SystemCommMessages.h =================================================================== diff -u -r497dc26e76083742903525aab1490a6900e94969 -r01d37b6dbd51a2c55ba9bc565e22a222f5df1017 --- firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision 497dc26e76083742903525aab1490a6900e94969) +++ firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision 01d37b6dbd51a2c55ba9bc565e22a222f5df1017) @@ -23,6 +23,7 @@ #include "Fans.h" #include "FluidLeak.h" #include "Heaters.h" +#include "ModeChemicalDisinfect.h" #include "ModeFlush.h" #include "ModeHeatDisinfect.h" #include "MsgQueues.h" @@ -118,6 +119,9 @@ // MSG_ID_DG_VOLTAGES_DATA BOOL broadcastVoltagesData( VOLTAGES_DATA_PAYLOAD_T data ); +// MSG_ID_DG_CHEM_DISINFECT_DATA +BOOL broadcastChemicalDisinfectData( MODE_CHEMICAL_DISINFECT_DATA_T *chemDisinfectData ); + // MSG_ID_DG_COMMAND_RESPONSE void sendCommandResponseMsg( DG_CMD_RESPONSE_T *cmdResponsePtr ); @@ -345,6 +349,9 @@ // MSG_ID_DG_SET_SCHEDULED_RUNS_RECORD void handleSetDGScheduledRunsRecord( MESSAGE_T *message ); +// MSG_ID_DG_START_STOP_CHEM_DSINFECT +BOOL handleStartStopDGChemicalDisinfect( MESSAGE_T *message ); + /**@}*/ #endif