Index: firmware/App/Services/SystemCommMessages.h =================================================================== diff -u -re47489aaf3c818c6f438434ff6b2cf1cafc4210c -rab9597daa82d8e4575a8bb1fd8438ac301b85d44 --- firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision e47489aaf3c818c6f438434ff6b2cf1cafc4210c) +++ firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision ab9597daa82d8e4575a8bb1fd8438ac301b85d44) @@ -198,6 +198,9 @@ // MSG_ID_HD_REQUEST_SERVICE_RECORD_FROM_HD void handleSendDGServiceRecordToHD( MESSAGE_T* message ); +// MSG_ID_DG_START_STOP_NOCTURNAL_HEAT_DISINFECT +void handleStartStopDGPassiveCoolHeatDisifnect( MESSAGE_T* message ); + // *********** public test support message functions ********** // MSG_TESTER_LOG_IN @@ -338,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 );