add COM subsystem commanding

This commit is contained in:
2023-01-27 15:42:00 +01:00
parent 8b6039e15d
commit b8376c6f48
8 changed files with 73 additions and 2 deletions

View File

@ -35,6 +35,7 @@ class CustomServiceList(str, enum.Enum):
POWER = "power"
ACU = "acu"
ACS = "acs"
COM_SS = "com"
BPX_BATTERY = "bpx"
TMP1075_1 = "tmp1075_1"
TMP1075_2 = "tmp1075_2"