added q7s off command in hook

This commit is contained in:
Robin Müller 2022-01-18 14:19:08 +01:00
parent c3a0f31d19
commit 8417d34265
1 changed files with 6 additions and 0 deletions

View File

@ -258,6 +258,12 @@ def get_eive_service_op_code_dict(service_op_code_dict: ServiceOpCodeDictT):
info="PDU2: Turn reaction wheels off",
options={OpCodeDictKeys.TIMEOUT: 2.0},
)
add_op_code_entry(
op_code_dict=op_code_dict,
keys=Pdu2OpCodes.Q7S_OFF.value,
info="Q7S Off",
options={OpCodeDictKeys.TIMEOUT: 2.0},
)
add_op_code_entry(
op_code_dict=op_code_dict,
keys=GomspaceOpCodes.PRINT_SWITCH_V_I.value,