add command demultiplexing for tcs ctrl

This commit is contained in:
2023-07-10 16:25:44 +02:00
parent 8d6dd97d85
commit 7e9c626ec8
8 changed files with 103 additions and 74 deletions

View File

@ -149,6 +149,7 @@ def handle_thermal_controller_hk_data(
current_draw = struct.unpack("!H", hk_data[8:10])[0]
print(f"Heater Power Channel Current Draw: {current_draw} mA")
elif set_id == CtrlSetId.TCS_CTRL_INFO:
pw.dlog("Received TCS CTRL set")
pass
else:
_LOGGER.warning(f"Unimplemented set ID {set_id}")