Index: firmware/App/Services/Messaging.c =================================================================== diff -u -r95e32e6462b952f744f77c7e56f00bffdf8ec5bd -r015acf2ae3ec46adbdd2f1028f01831418f1733d --- firmware/App/Services/Messaging.c (.../Messaging.c) (revision 95e32e6462b952f744f77c7e56f00bffdf8ec5bd) +++ firmware/App/Services/Messaging.c (.../Messaging.c) (revision 015acf2ae3ec46adbdd2f1028f01831418f1733d) @@ -145,6 +145,7 @@ MSG_ID_DD_PISTON_PUMP_DATA_PUBLISH_OVERRIDE_REQUEST, MSG_ID_DD_PISTON_PUMP_START_STOP_OVERRIDE_REQUEST, #endif + MSG_ID_DD_BC_SWITCH_ONLY_START_STOP_OVERRIDE_REQUEST, }; /// Message handling function table @@ -209,6 +210,7 @@ &testDDPistonPumpControlDataPublishIntervalOverride, &testDDPistonPumpStartStopOverride, #endif + &testBCSwitchOnlyStartStopOverride, }; #define NUM_OF_FUNCTION_HANDLERS (sizeof(MSG_FUNCTION_HANDLERS) / sizeof(MsgFuncPtr))