Index: firmware/App/Services/SystemCommMessages.h =================================================================== diff -u -r3f3729899d6811c763bc8e5ef9baf54a2d5c9cfe -r53af4ddc318cc5299f15e3cc1ce506b166e6e156 --- firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision 3f3729899d6811c763bc8e5ef9baf54a2d5c9cfe) +++ firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision 53af4ddc318cc5299f15e3cc1ce506b166e6e156) @@ -160,6 +160,9 @@ void handleTestDGSafetyShutdownOverrideRequest( MESSAGE_T *message ); // MSG_ID_START_STOP_PRIMARY_HEATER -BOOL handleStartStopPrimaryHeater( MESSAGE_T * message ); +BOOL handleStartStopPrimaryHeater( MESSAGE_T *message ); +// MSG_ID_START_STOP_DG_HEAT_DISINFECT +BOOL handleStartStopDGHeatDisinfect( MESSAGE_T *message ); + #endif