Index: leahi_dialin/dd/modules/balancing_chamber.py =================================================================== diff -u -r63d26c9e41e02f8a4c0ad59dab9cc6575e501357 -rec8a2600b9e8cf6fe7e02c200a1c24221ca86863 --- leahi_dialin/dd/modules/balancing_chamber.py (.../balancing_chamber.py) (revision 63d26c9e41e02f8a4c0ad59dab9cc6575e501357) +++ leahi_dialin/dd/modules/balancing_chamber.py (.../balancing_chamber.py) (revision ec8a2600b9e8cf6fe7e02c200a1c24221ca86863) @@ -58,12 +58,12 @@ self.dd_bal_chamber_timestamp = 0 @publish(["msg_id_dd_bal_chamber_data", - "dd_bal_chamber_timestamp", "execution_state", "switching_state", "switching_frequency", "switching_period", "bal_chamber_fill_in_progress", "current_bal_chamber_switching_counter", - "is_pressure_stabilized_during_fill", "bal_chamber_switch_only_state"]) + "is_pressure_stabilized_during_fill", "bal_chamber_switch_only_state", + "dd_bal_chamber_timestamp"]) def _handler_balancing_chamber_sync(self, message, timestamp=0.0): """ Handles published balancing chamber data messages.