From 8417d34265555dbcfb92cb2f73e20dddbd8fb924 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Tue, 18 Jan 2022 14:19:08 +0100 Subject: [PATCH] added q7s off command in hook --- config/hook_implementations.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config/hook_implementations.py b/config/hook_implementations.py index 39d4450..8bc3109 100644 --- a/config/hook_implementations.py +++ b/config/hook_implementations.py @@ -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,