Index: firmware/App/Services/SystemComm.c =================================================================== diff -u -rd4e7cd17654a007b5e140e32bd368751dca7977a -rab9597daa82d8e4575a8bb1fd8438ac301b85d44 --- firmware/App/Services/SystemComm.c (.../SystemComm.c) (revision d4e7cd17654a007b5e140e32bd368751dca7977a) +++ firmware/App/Services/SystemComm.c (.../SystemComm.c) (revision ab9597daa82d8e4575a8bb1fd8438ac301b85d44) @@ -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: