update availabe and watchdogs enable command

This commit is contained in:
Jakob.Meier
2021-07-26 16:29:54 +02:00
parent 6352a6f272
commit 75ae2c786b
2 changed files with 51 additions and 0 deletions

View File

@ -96,6 +96,8 @@ class EiveHookObject(TmTcHookBase):
"11": ("PLOC Supervisor: Set boot timeout", {OpCodeDictKeys.TIMEOUT: 2.0}),
"12": ("PLOC Supervisor: Disable Hk", {OpCodeDictKeys.TIMEOUT: 2.0}),
"13": ("PLOC Supervisor: Request boot status report", {OpCodeDictKeys.TIMEOUT: 2.0}),
"14": ("PLOC Supervisor: Update available", {OpCodeDictKeys.TIMEOUT: 2.0}),
"15": ("PLOC Supervisor: Watchdogs enable", {OpCodeDictKeys.TIMEOUT: 2.0}),
}
service_ploc_supv_tuple = ("PLOC Supervisor", op_code_dict_srv_ploc_supv)