Index: dialin/ui/hd_simulator.py =================================================================== diff -u -radc05778176fc4e51d570ca86310d496b81a239b -r85ac5647d7df354bf6b7ca1a354bcf7a62735d02 --- dialin/ui/hd_simulator.py (.../hd_simulator.py) (revision adc05778176fc4e51d570ca86310d496b81a239b) +++ dialin/ui/hd_simulator.py (.../hd_simulator.py) (revision 85ac5647d7df354bf6b7ca1a354bcf7a62735d02) @@ -535,6 +535,8 @@ rsp_id = MsgIds.MSG_ID_USER_SALINE_BOLUS_RESPONSE rsp_payload = integer_to_bytearray(EResponse.Accepted) rsp_payload += integer_to_bytearray(RequestRejectReasons.REQUEST_REJECT_REASON_NONE.value) + rsp_payload += integer_to_bytearray(self.demo_treatment_params.data_int[TreatmentParameters.TREATMENT_PARAM_SALINE_BOLUS_VOLUME_ML.value]) + if params.data_int[0] == EResponse.Accepted: self.demoSelection = 31 # Saline Bolus else: