Index: firmware/App/Services/SystemComm.c =================================================================== diff -u -r7e4025c730935b8e857fc999f70ef957e8ecec41 -r8241712a481ed9083f8004598647947f21ac7efb --- firmware/App/Services/SystemComm.c (.../SystemComm.c) (revision 7e4025c730935b8e857fc999f70ef957e8ecec41) +++ firmware/App/Services/SystemComm.c (.../SystemComm.c) (revision 8241712a481ed9083f8004598647947f21ac7efb) @@ -906,7 +906,7 @@ break; case MSG_ID_DG_START_STOP_HEAT_DISINFECT_CMD_REQUEST: - handleStartStopDGHeatDisinfect( message ); + handleStartStopDGActiveCoolHeatDisinfect( message ); break; case MSG_ID_DG_START_STOP_CHEM_DISINFECT: @@ -969,8 +969,8 @@ handleReceiveROPermeatSampleDispenseRequest( message ); break; - case MSG_ID_DG_START_STOP_NOCTURNAL_HEAT_DISINFECT: - handleStartStopDGNocturnalHeatDisifnect( message ); + case MSG_ID_DG_START_STOP_PASSIVE_COOL_HEAT_DISINFECT: + handleStartStopDGPassiveCoolHeatDisifnect( message ); break; case MSG_ID_HD_REQUEST_SERVICE_RECORD_FROM_HD: