completed health commands

This commit is contained in:
2022-05-05 14:30:28 +02:00
parent b8af022487
commit d86a85b06d
7 changed files with 143 additions and 19 deletions

View File

@ -64,7 +64,6 @@ class PlocReplyIds(enum.IntEnum):
TM_CAM_CMD_RPT = 19
def pack_ploc_mpsoc_commands(
object_id: bytearray, tc_queue: TcQueueT, op_code: str
) -> TcQueueT: