dummy acs ctrl hk handler

This commit is contained in:
Robin Müller 2022-08-16 11:48:53 +02:00
parent 2165f376fb
commit 9d4eab39e7
No known key found for this signature in database
GPG Key ID: 71B58F8A3CDFA9AC

View File

@ -160,6 +160,9 @@ def handle_regular_hk_print(
handle_thermal_controller_hk_data( handle_thermal_controller_hk_data(
object_id=object_id, printer=printer, set_id=set_id, hk_data=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: else:
LOGGER.info( LOGGER.info(
f"Service 3 TM: Parsing for object {object_id} and set ID {set_id} " f"Service 3 TM: Parsing for object {object_id} and set ID {set_id} "