dummy acs ctrl hk handler
This commit is contained in:
parent
2165f376fb
commit
9d4eab39e7
@ -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} "
|
||||||
|
Loading…
Reference in New Issue
Block a user