sus cmds working now

This commit is contained in:
2022-03-22 10:14:22 +01:00
parent e4caa77068
commit 6e816c4a9c
9 changed files with 404 additions and 370 deletions

View File

@ -68,6 +68,7 @@ PL_PCDU_ID = bytes([0x44, 0x30, 0x00, 0x00])
# System and Assembly Objects
ACS_BOARD_ASS_ID = bytes([0x73, 0x00, 0x00, 0x01])
SUS_BOARD_ASS_ID = bytes([0x73, 0x00, 0x00, 0x02])
def get_object_ids() -> ObjectIdDictT: