Index: leahi_dialin/fp/filtration_purification.py =================================================================== diff -u -r3715028b608b10e1d440a8a738c8a4f70d3d411b -r55a8c10a40d37ca346976b11dd5fdc0c8ee76c97 --- leahi_dialin/fp/filtration_purification.py (.../filtration_purification.py) (revision 3715028b608b10e1d440a8a738c8a4f70d3d411b) +++ leahi_dialin/fp/filtration_purification.py (.../filtration_purification.py) (revision 55a8c10a40d37ca346976b11dd5fdc0c8ee76c97) @@ -95,6 +95,7 @@ self._handler_fp_defeatured_response) # create properties + self.fp_defeaturized = False self.fp_defeatured_timestamp = 0.0 self.fp_op_mode_timestamp = 0.0 self.fp_debug_events_timestamp = 0.0 @@ -124,7 +125,7 @@ self.temperatures = FPTemperatureSensors(self.can_interface, self.logger) self.test_configs = FPTestConfig(self.can_interface, self.logger) self.valves = FPValves(self.can_interface, self.logger) - self.dd_proxy = DDProxy(self.can_interface, self.logger) + self.dd_proxy = DDProxy(self.can_interface, self.logger, fp = self) @publish(["msg_id_fp_debug_event", "fp_debug_events_timestamp","fp_debug_events"])