Index: firmware/App/Services/SystemComm.c =================================================================== diff -u -r1538c71d0c6b97469d599befce15f068d9acf5d4 -rd00ad426d849083922332f832e88e7137a1cad60 --- firmware/App/Services/SystemComm.c (.../SystemComm.c) (revision 1538c71d0c6b97469d599befce15f068d9acf5d4) +++ firmware/App/Services/SystemComm.c (.../SystemComm.c) (revision d00ad426d849083922332f832e88e7137a1cad60) @@ -1177,14 +1177,17 @@ handleSetAccelCalibration( message ); break; - case MSG_ID_DG_START_STOP_UV_REACTORS_OVERRIDE: - handleStartStopUVReactorsOverrideRequest( message ); + case MSG_ID_DG_START_STOP_INLET_UV_REACTOR: + handleStartStopInletUVReactor( message ); break; case MSG_ID_UV_REACTORS_DATA_PUBLISH_INTERVAL_OVERRIDE: handleUVReactorsDataPunlishIntervalOverride( message ); break; + case MSG_ID_DG_START_STOP_OUTLET_UV_REACTOR: + break; + default: // TODO - unrecognized message ID received - ignore break;