Index: firmware/App/Services/SystemCommMessages.h =================================================================== diff -u -r52d1378ccddcede0445ddb8a08fc1f70b9007b50 -r54e58f64179ea382d2e2c403c8c3b9a15a612636 --- firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision 52d1378ccddcede0445ddb8a08fc1f70b9007b50) +++ firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision 54e58f64179ea382d2e2c403c8c3b9a15a612636) @@ -358,6 +358,9 @@ // MSG_ID_UI_DG_SET_RTC_REQUEST void handleUIClockSyncRequest( MESSAGE_T *message ); +// MSG_ID_HD_DG_POST_RESULT_REQUEST +void handleDGPOSTResultRequest( MESSAGE_T *message ); + // MSG_ID_DG_SET_CALIBRATION_DATA void handleSetDGCalibrationRecord( MESSAGE_T *message ); @@ -385,6 +388,9 @@ // MSG_ID_DG_START_STOP_CHEM_DSINFECT BOOL handleStartStopDGChemicalDisinfect( MESSAGE_T *message ); +// MSG_ID_DG_OP_MODE_PUBLISH_INTERVAL_OVERRIDE +void handleSetDGOpModeBroadcastIntervalOverrideRequest( MESSAGE_T *message ); + // MSG_ID_FILTER_FLUSH_TIME_PERIOD_OVERRIDE void handleFilterFlushTimePeriodOverride( MESSAGE_T *message );