diff --git a/tmtc/ploc_supervisor.py b/tmtc/ploc_supervisor.py index 66e6300..c0b8e50 100644 --- a/tmtc/ploc_supervisor.py +++ b/tmtc/ploc_supervisor.py @@ -137,7 +137,7 @@ class Info(str, enum.Enum): NML = "Switch Normal" HK_TO_OBC = "Request HK from PLOC SUPV" REQUEST_HK = "Request HK set from PLOC Handler" - REQ_BOOT_STATUS_REPORT = "Request boot status report" + REQ_BOOT_STATUS_REPORT = "Request boot status report and HK" MEM_CHECK = "Memory Check"