diff --git a/pus_tm/hk_handling.py b/pus_tm/hk_handling.py index 2865145..109a222 100644 --- a/pus_tm/hk_handling.py +++ b/pus_tm/hk_handling.py @@ -160,6 +160,9 @@ def handle_regular_hk_print( handle_thermal_controller_hk_data( object_id=object_id, printer=printer, set_id=set_id, hk_data=hk_data ) + elif objb == obj_ids.ACS_CONTROLLER: + print("Received ACS CTRL data") + print(hk_data.hex(sep=',')) else: LOGGER.info( f"Service 3 TM: Parsing for object {object_id} and set ID {set_id} "