Index: firmware/App/Services/SystemCommMessages.h =================================================================== diff -u -rb549c9d87eb01cf1afee74e9fc1e41b3731bdca4 -r6145c5d1a645646587fb077df3c61eef2354f744 --- firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision b549c9d87eb01cf1afee74e9fc1e41b3731bdca4) +++ firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision 6145c5d1a645646587fb077df3c61eef2354f744) @@ -111,13 +111,16 @@ // MSG_ID_REQUEST_FW_VERSIONS void handleFWVersionCmd( MESSAGE_T *message ); -// MSG_ID_DG_SWITCH_RESERVOIR +// MSG_ID_DG_SWITCH_RESERVOIR_CMD void handleSwitchReservoirCmd( MESSAGE_T *message ); -// MSG_ID_DG_FILL +// MSG_ID_DG_CHANGE_VALVE_SETTING_CMD +void handleChangeValveSettingCmd( MESSAGE_T *message ); + +// MSG_ID_DG_FILL_CMD void handleFillCmd( MESSAGE_T *message ); -// MSG_ID_DG_DRAIN +// MSG_ID_DG_DRAIN_CMD void handleDrainCmd( MESSAGE_T *message ); // MSG_ID_STARTING_STOPPING_TREATMENT