Index: firmware/App/Services/SystemCommMessages.h =================================================================== diff -u -r8bcb6b1342198d6d87d1350b2ca61a932a4ff006 -r85d0f84a10f01f959796e59a83c3a86c3eff10f7 --- firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision 8bcb6b1342198d6d87d1350b2ca61a932a4ff006) +++ firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision 85d0f84a10f01f959796e59a83c3a86c3eff10f7) @@ -8,7 +8,7 @@ * @file SystemCommMessages.h * * @author (last) Dara Navaei -* @date (last) 01-Mar-2024 +* @date (last) 13-Sep-2024 * * @author (original) Dara Navaei * @date (original) 05-Nov-2019 @@ -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 );