add SUS0/6 to obj prompt

This commit is contained in:
Robin Müller 2023-04-05 14:41:17 +02:00
parent 50668ca7a7
commit dcf7d0af71
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814
1 changed files with 4 additions and 0 deletions

View File

@ -11,6 +11,8 @@ from eive_tmtc.config.object_ids import (
SUS_BOARD_ASS_ID,
MGM_0_LIS3_HANDLER_ID,
MGM_1_RM3100_HANDLER_ID,
SUS_0_N_LOC_XFYFZM_PT_XF,
SUS_6_R_LOC_XFYBZM_PT_XF
)
SUBSYSTEM_DICT = {
@ -30,6 +32,8 @@ ACS_OBJ_DICT = {
7: ("MGM 0 LIS3", MGM_0_LIS3_HANDLER_ID),
8: ("MGM 1 RM3100", MGM_1_RM3100_HANDLER_ID),
9: ("GPS 0 Health Device", GPS_0_HEALTH_DEV),
10: ("SUS 0", SUS_0_N_LOC_XFYFZM_PT_XF),
11: ("SUS 6", SUS_6_R_LOC_XFYBZM_PT_XF)
}