Index: tools/Code_Report.csv =================================================================== diff -u -rded1b576e8896e8be5aa15f84fd3c73ad570855d -r5c11196f06ed8e90698b7798ae061eb334a5b8de --- tools/Code_Report.csv (.../Code_Report.csv) (revision ded1b576e8896e8be5aa15f84fd3c73ad570855d) +++ tools/Code_Report.csv (.../Code_Report.csv) (revision 5c11196f06ed8e90698b7798ae061eb334a5b8de) @@ -31,8 +31,6 @@ ./dg/chemical_disinfect.py, Function, get_chem_disinfect_cancellation_mode(self) -> int: ./dg/chemical_disinfect.py, Function, get_chem_disinfect_r1_level(self) -> int: ./dg/chemical_disinfect.py, Function, get_chem_disinfect_r2_level(self) -> int: -./dg/chemical_disinfect.py, Function, get_chem_disinfect_target_post_rinse_count(self) -> int: -./dg/chemical_disinfect.py, Function, get_chem_disinfect_current_post_rinse_count(self) -> int: ./dg/chemical_disinfect.py, Function, clear_chem_disinfect_info(self) -> None: ./dg/concentrate_pumps.py, Function, cmd_concentrate_pump_state_change_request(self, pump_id: int, on: bool = False) -> int: ./dg/concentrate_pumps.py, Function, cmd_concentrate_pump_target_speed_override(self, pump_id: int, speed: float) -> int: @@ -57,8 +55,8 @@ ./dg/dg_test_configs.py, Function, cmd_get_test_config_status(self, config: int): ./dg/dg_test_configs.py, Function, cmd_set_recover_from_mode_fault_signal(self): ./dg/dg_test_configs.py, Function, cmd_set_test_config(self, config: int, reset: int = NO_RESET): -./dg/dialysate_fill.py, Function, cmd_used_acid_volume_override(self, volume: float) -> int: -./dg/dialysate_fill.py, Function, cmd_used_bicarb_volume_override(self, volume: float) -> int: +./dg/dialysate_fill.py, Function, cmd_used_acid_volume_override(self, volume: float, reset: int = NO_RESET) -> int: +./dg/dialysate_fill.py, Function, cmd_used_bicarb_volume_override(self, volume: float, reset: int = NO_RESET) -> int: ./dg/dialysate_fill.py, Function, cmd_fill_mode_data_broadcast_interval_override(self, ms: int, reset: int = NO_RESET) -> int: ./dg/dialysate_fill.py, Function, cmd_dialysate_fill_integrated_volume_override(self, volume: float, reset: int = NO_RESET) -> int: ./dg/dialysate_fill.py, Function, get_fill_mode_data(self): @@ -716,6 +714,7 @@ dg/chemical_disinfect.py, Variable, r2_level dg/chemical_disinfect.py, Variable, dg_chem_disinfect_data_timestamp dg/chemical_disinfect.py, Variable, dg_chem_disinfect_time_timestamp +dg/chemical_disinfect.py, Variable, acid_average_cond_us_per_cm dg/concentrate_pumps.py, Variable, concentrate_pump_cp1_current_set_speed dg/concentrate_pumps.py, Variable, concentrate_pump_cp1_measured_speed dg/concentrate_pumps.py, Variable, concentrate_pump_cp2_current_set_speed @@ -934,6 +933,8 @@ dg/system_record.py, Variable, dg_system_record dg/system_record.py, Variable, dg_system_record_timestamp dg/temperatures.py, Variable, dg_temperatures_timestamp +dg/temperatures.py, Variable, dialysate_inlet_moving_avg +dg/temperatures.py, Variable, redundant_outlet_moving_avg dg/temperatures.py, Variable, temperatures dg/thermistors.py, Variable, dg_thermistors_timestamp dg/thermistors.py, Variable, thermistors @@ -1828,6 +1829,7 @@ common/dg_defs.py, Enum, DGChemicalDisinfectStates, DG_CHEM_DISINFECT_STATE_DRAIN_R1 common/dg_defs.py, Enum, DGChemicalDisinfectStates, DG_CHEM_DISINFECT_STATE_DRAIN_R2 common/dg_defs.py, Enum, DGChemicalDisinfectStates, DG_CHEM_DISINFECT_STATE_FLUSH_DRAIN +common/dg_defs.py, Enum, DGChemicalDisinfectStates, DG_CHEM_DISINFECT_STATE_DEPRIME_ACID_LINE common/dg_defs.py, Enum, DGChemicalDisinfectStates, DG_CHEM_DISINFECT_STATE_FLUSH_CIRCULATION common/dg_defs.py, Enum, DGChemicalDisinfectStates, DG_CHEM_DISINFECT_STATE_PRIME_DISINFECTANT common/dg_defs.py, Enum, DGChemicalDisinfectStates, DG_CHEM_DISINFECT_STATE_DISINFECTANT_FLUSH @@ -1993,6 +1995,7 @@ common/hd_defs.py, Enum, PreTreatmentWetSelfTestStates, WET_SELF_TESTS_BUBBLE_CHECK_SETUP_STATE common/hd_defs.py, Enum, PreTreatmentWetSelfTestStates, WET_SELF_TESTS_BUBBLE_CHECK_STATE common/hd_defs.py, Enum, PreTreatmentWetSelfTestStates, WET_SELF_TESTS_PRIME_CHECK_STATE +common/hd_defs.py, Enum, PreTreatmentWetSelfTestStates, WET_SELF_TESTS_BLOOD_LEAK_DETECTOR_DEBUBBLE_STATE common/hd_defs.py, Enum, PreTreatmentWetSelfTestStates, WET_SELF_TESTS_BLOOD_LEAK_DETECTOR_STATE common/hd_defs.py, Enum, PreTreatmentWetSelfTestStates, WET_SELF_TESTS_FIRST_DISPLACEMENT_SETUP_STATE common/hd_defs.py, Enum, PreTreatmentWetSelfTestStates, WET_SELF_TESTS_FIRST_DISPLACEMENT_STATE