update tmtccmd and add first acs ass cmds

This commit is contained in:
2022-03-07 10:24:45 +01:00
parent 35ca0d9d6e
commit 859cbf0eb3
9 changed files with 36 additions and 39 deletions

View File

@ -66,6 +66,9 @@ STR_IMG_HELPER_ID = bytes([0x44, 0x33, 0x00, 0x02])
PLOC_MPSOC_ID = bytes([0x44, 0x33, 0x00, 0x15])
PL_PCDU_ID = bytes([0x44, 0x30, 0x00, 0x00])
# System and Assembly Objects
ACS_BOARD_ASS_ID = bytes([0x73, 0x00, 0x00, 0x01])
class ObjectInfo:
id: int = 0