Index: firmware/App/Services/SystemCommMessages.h =================================================================== diff -u -rd4e7cd17654a007b5e140e32bd368751dca7977a -rab9597daa82d8e4575a8bb1fd8438ac301b85d44 --- firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision d4e7cd17654a007b5e140e32bd368751dca7977a) +++ firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision ab9597daa82d8e4575a8bb1fd8438ac301b85d44) @@ -199,7 +199,7 @@ void handleSendDGServiceRecordToHD( MESSAGE_T* message ); // MSG_ID_DG_START_STOP_NOCTURNAL_HEAT_DISINFECT -void handleStartStopDGNocturnalHeatDisifnect( MESSAGE_T* message ); +void handleStartStopDGPassiveCoolHeatDisifnect( MESSAGE_T* message ); // *********** public test support message functions ********** @@ -341,7 +341,7 @@ BOOL handleStartStopDGFlush( MESSAGE_T *message ); // MSG_ID_DG_START_STOP_HEAT_DISINFECT -BOOL handleStartStopDGHeatDisinfect( MESSAGE_T *message ); +BOOL handleStartStopDGActiveCoolHeatDisinfect( MESSAGE_T *message ); // MSG_ID_UI_DG_SET_RTC_REQUEST void handleUIClockSyncRequest( MESSAGE_T *message );