add RW health cmds

This commit is contained in:
Robin Müller 2023-04-06 19:08:04 +02:00
parent dcf7d0af71
commit 7e5fa2e61a
No known key found for this signature in database
GPG Key ID: 71B58F8A3CDFA9AC
1 changed files with 6 additions and 2 deletions

View File

@ -12,7 +12,9 @@ from eive_tmtc.config.object_ids import (
MGM_0_LIS3_HANDLER_ID,
MGM_1_RM3100_HANDLER_ID,
SUS_0_N_LOC_XFYFZM_PT_XF,
SUS_6_R_LOC_XFYBZM_PT_XF
SUS_6_R_LOC_XFYBZM_PT_XF,
RW1_ID,
RW2_ID,
)
SUBSYSTEM_DICT = {
@ -33,7 +35,9 @@ ACS_OBJ_DICT = {
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)
11: ("SUS 6", SUS_6_R_LOC_XFYBZM_PT_XF),
12: ("RW 1", RW1_ID),
13: ("RW 2", RW2_ID),
}