Index: firmware/App/Services/SystemComm.c =================================================================== diff -u -reae0635792a827b7cf9197cf6f6e253f2a094260 -r0b121a7c92a8d86f8369b7094b0bce21389f3747 --- firmware/App/Services/SystemComm.c (.../SystemComm.c) (revision eae0635792a827b7cf9197cf6f6e253f2a094260) +++ firmware/App/Services/SystemComm.c (.../SystemComm.c) (revision 0b121a7c92a8d86f8369b7094b0bce21389f3747) @@ -905,6 +905,10 @@ handleSetDGServiceTime( message ); break; + case MSG_ID_DG_START_STOP_HEAT_DISINFECT_ACTIVE_COOL: + handleStartStopDGHeatDisinfectActiveCool( message ); + break; + // NOTE: This case must be last case MSG_ID_DG_TESTER_LOGIN_REQUEST: handleTesterLogInRequest( message ); @@ -1232,6 +1236,10 @@ handleTestDGConcPumpParkCommandRequest( message ); break; + case MSG_ID_DG_NV_RECORD_CRC_OVERRIDE: + handleTestDGNVRecordCRCOverride( message ); + break; + default: // TODO - unrecognized message ID received - ignore break;