Index: firmware/App/Services/SystemCommMessages.h =================================================================== diff -u -r27792ea3eb8f23c8f0432620619fad4f654bdbe3 -rcaa8c39a7f29badacdcc7a85ecc65d86d48c5978 --- firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision 27792ea3eb8f23c8f0432620619fad4f654bdbe3) +++ firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision caa8c39a7f29badacdcc7a85ecc65d86d48c5978) @@ -201,11 +201,11 @@ // MSG_ID_DG_START_STOP_NOCTURNAL_HEAT_DISINFECT void handleStartStopDGPassiveCoolHeatDisifnect( MESSAGE_T* message ); -// MSG_ID_DG_MAX_RO_REJ_RATIO_FROM_HD_INSTIT_RECORD_REQUEST -void sendMaxRORejectionRatioRequestToHD( void ); +// MSG_ID_DG_INSTIT_VALUES_FROM_HD_INSTIT_RECORD_REQUEST +void sendDGInstitutionalValuesRequestToHD( void ); -// MSG_ID_HD_MAX_RO_REJ_RATIO_FROM_HD_INSTIT_RECORD_RESPONSE -void handleMaxRORejectionResponseFromHDInstitRecord( MESSAGE_T* message ); +// MSG_ID_DG_INSTIT_VALUES_FROM_HD_INSTIT_RECORD_RESPONSE +void handleDGInstitutionalValuesResponseFromHDInstitRecord( MESSAGE_T* message ); // *********** public test support message functions **********