Index: dialin/dg/heaters.py =================================================================== diff -u -r32e628abcbbd3fd70866505d9f2836a6f732ef06 -r229f7d109822baef2048c38138b09272dce5a2b7 --- dialin/dg/heaters.py (.../heaters.py) (revision 32e628abcbbd3fd70866505d9f2836a6f732ef06) +++ dialin/dg/heaters.py (.../heaters.py) (revision 229f7d109822baef2048c38138b09272dce5a2b7) @@ -127,10 +127,20 @@ """ return self.trimmer_heater_target_temperature - @publish(["dg_heaters_timestamp","main_primary_heater_duty_cycle", "small_primary_heater_duty_cycle", "trimmer_heater_duty_cycle", - "trimmer_heater_state", "primary_heaters_target_temperature", "trimmer_heater_target_temperature", - "primary_efficiency", "primary_calc_target_temperature", "trimmer_calc_target_temperature", - "trimmer_use_last_duty_cycle", "previous_flow", "control_counter"]) + @publish(["dg_heaters_timestamp", + "main_primary_heater_duty_cycle", + "small_primary_heater_duty_cycle", + "trimmer_heater_duty_cycle", + "primary_heaters_target_temperature", + "trimmer_heater_target_temperature", + "primary_heater_state", + "trimmer_heater_state", + "primary_efficiency", + "primary_calc_target_temperature", + "trimmer_calc_target_temperature", + "trimmer_use_last_duty_cycle", + "previous_flow", + "control_counter"]) def _handler_heaters_sync(self, message, timestamp=0.0): """ Handles published heaters message Index: dialin/hd/pressure_occlusion.py =================================================================== diff -u -r50c8c54ce46c7236d650fb7a2576b0b2b5a8dd5a -r229f7d109822baef2048c38138b09272dce5a2b7 --- dialin/hd/pressure_occlusion.py (.../pressure_occlusion.py) (revision 50c8c54ce46c7236d650fb7a2576b0b2b5a8dd5a) +++ dialin/hd/pressure_occlusion.py (.../pressure_occlusion.py) (revision 229f7d109822baef2048c38138b09272dce5a2b7) @@ -177,7 +177,7 @@ "arterial_long_filtered_pressure", "venous_long_filtered_pressure", "blood_pump_occlusion_long_filter", - "partial_occlusion_blood_pump_baseline" + "partial_occlusion_baseline" ]) def _handler_pressure_occlusion_sync(self, message, timestamp=0.0): """