small fix
This commit is contained in:
parent
3321123581
commit
4f5559c50f
@ -58,10 +58,10 @@ def pack_pdu2_commands(object_id: ObjectIdU32, q: DefaultPusQueueHelper, op_code
|
|||||||
)
|
)
|
||||||
)
|
)
|
||||||
if op_code in GomspaceOpCodes.SET_PARAM:
|
if op_code in GomspaceOpCodes.SET_PARAM:
|
||||||
q.add_log_cmd(f"PDU1: {GsInfo.SET_PARAMETER}")
|
q.add_log_cmd(f"PDU2: {GsInfo.SET_PARAMETER}")
|
||||||
prompt_and_pack_set_param_command(q, object_id)
|
prompt_and_pack_set_param_command(q, object_id)
|
||||||
if op_code in GomspaceOpCodes.GET_PARAM:
|
if op_code in GomspaceOpCodes.GET_PARAM:
|
||||||
q.add_log_cmd(f"PDU1: {GsInfo.GET_PARAMETER}")
|
q.add_log_cmd(f"PDU2: {GsInfo.GET_PARAMETER}")
|
||||||
prompt_and_pack_get_param_command(q, object_id)
|
prompt_and_pack_get_param_command(q, object_id)
|
||||||
if PDU2TestProcedure.all or PDU2TestProcedure.reboot:
|
if PDU2TestProcedure.all or PDU2TestProcedure.reboot:
|
||||||
q.add_log_cmd("PDU2: Reboot")
|
q.add_log_cmd("PDU2: Reboot")
|
||||||
|
Loading…
Reference in New Issue
Block a user