Index: firmware/App/Services/SystemCommMessages.h =================================================================== diff -u -r8ea2ea3096334f18a1bd38018bc4359e16374d83 -r35c07199fda6ba28c7ee417105a16ea3d14a2ad6 --- firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision 8ea2ea3096334f18a1bd38018bc4359e16374d83) +++ firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision 35c07199fda6ba28c7ee417105a16ea3d14a2ad6) @@ -356,6 +356,12 @@ // MSG_ID_DG_DRAIN_PUMP_MEASURED_RPM_OVERRIDE void handleSetDrainPumpMeasuredRPMOverrideRequest( MESSAGE_T *message ); +// MSG_ID_DG_ALARM_INFO_SEND_INTERVAL_OVERRIDE +void handleTestAlarmInfoSendIntervalOverrideRequest( MESSAGE_T *message ); + +// MSG_ID_DG_SUPER_CLEAR_ALARMS_CMD +void handleTestSuperClearAlarmsRequest( MESSAGE_T *message ); + // MSG_ID_DG_SET_FANS_RPM_ALARM_START_TIME_OFFSET void handleTestFansRPMAlarmStartTimeOffsetRequest( MESSAGE_T *message ); @@ -368,6 +374,9 @@ // MSG_ID_DG_SET_SW_CONFIG_RECORD void handleSetDGSoftwareConfigRecord( MESSAGE_T *message ); +// MSG_ID_DG_HD_COMMUNICATION_STATUS +void handleTestHDCommunicationStatusOverrideRequest(MESSAGE_T *message); + /**@}*/ #endif