Index: sources/view/vtreatmentadjustmentsresponse.cpp =================================================================== diff -u -rd07ec81c7002ed2ac60c1dfc3101fb820e88211c -r5c5fa01738826261e0b3647db6b7b3fc26b04251 --- sources/view/vtreatmentadjustmentsresponse.cpp (.../vtreatmentadjustmentsresponse.cpp) (revision d07ec81c7002ed2ac60c1dfc3101fb820e88211c) +++ sources/view/vtreatmentadjustmentsresponse.cpp (.../vtreatmentadjustmentsresponse.cpp) (revision 5c5fa01738826261e0b3647db6b7b3fc26b04251) @@ -30,9 +30,21 @@ // *** has to be the last to let the information to be set and then emit the signal *** // *** otherwise will use the previous values before being set. *** - adjustment_Triggered ( true ); + adjustment_Flow_Triggered( true ); } +void VTreatmentAdjustmentsResponse::onActionReceive(const AdjustDurationResponseData &vData) +{ + adjustment_Accepted ( vData.mAccepted ); + adjustment_Reason ( vData.mReason ); + duration ( vData.mDuration ); + UFVolume ( vData.mUFVolume ); + + // *** has to be the last to let the information to be set and then emit the signal *** + // *** otherwise will use the previous values before being set. *** + adjustment_Duration_Triggered( true ); +} + /*! * \brief VTreatmentAdjustmentsResponse::reasonText * \details this code is the place holder for the alarms description mapping