Index: leahi_dialin/dd/modules/records.py =================================================================== diff -u -reb1f452f8150eeea4ddc7b2e295280202fb6066c -r3307779c4b6559df900fdd57d1c2126d0ce39242 --- leahi_dialin/dd/modules/records.py (.../records.py) (revision eb1f452f8150eeea4ddc7b2e295280202fb6066c) +++ leahi_dialin/dd/modules/records.py (.../records.py) (revision 3307779c4b6559df900fdd57d1c2126d0ce39242) @@ -777,8 +777,8 @@ msg_id_pairing = { 'PRES': MsgIds.MSG_ID_UI_DD_NVM_SET_CAL_PRESSURE_SENSOR_REQUEST, 'TEMP': MsgIds.MSG_ID_UI_DD_NVM_SET_CAL_TEMP_SENSOR_REQUEST, - 'CONC': MsgIds.MSG_ID_UI_DD_NVM_SET_CAL_D48_PUMP_REQUEST, - 'DIAL': MsgIds.MSG_ID_UI_DD_NVM_SET_CAL_CONC_PUMP_REQUEST, + 'CONC': MsgIds.MSG_ID_UI_DD_NVM_SET_CAL_CONC_PUMP_REQUEST, + 'DIAL': MsgIds.MSG_ID_UI_DD_NVM_SET_CAL_D48_PUMP_REQUEST, 'ACID': MsgIds.MSG_ID_UI_DD_NVM_SET_CAL_ACID_CONCENTRATE_REQUEST, 'BICARB': MsgIds.MSG_ID_UI_DD_NVM_SET_CAL_BICARB_CONCENTRATE_REQUEST, 'ACCEL': MsgIds.MSG_ID_UI_DD_NVM_SET_CAL_ACCEL_SENSOR_REQUEST, @@ -898,6 +898,7 @@ if calibration_records != {} and len(kwargs) == 1: continue + print(f'kwargs: {kwargs}') # Store the function but do not execute it send_data.append(partial(self.cmd_set_calibration_records_concentrate, *args, **kwargs)) @@ -928,6 +929,7 @@ if calibration_records != {} and len(kwargs) == 1: continue + print(f'kwargs: {kwargs}') # Store the function but do not execute it send_data.append(partial(self.cmd_set_calibration_records_accelerometer, *args, **kwargs)) @@ -950,6 +952,7 @@ if calibration_records != {} and len(kwargs) == 1: continue + print(f'kwargs: {kwargs}') # Store the function but do not execute it send_data.append(partial(self.cmd_set_calibration_records_blood_leak, *args, **kwargs))