diff --git a/eive_tmtc/tmtc/payload/ploc_supervisor.py b/eive_tmtc/tmtc/payload/ploc_supervisor.py index 8ee470a..0b5df66 100644 --- a/eive_tmtc/tmtc/payload/ploc_supervisor.py +++ b/eive_tmtc/tmtc/payload/ploc_supervisor.py @@ -83,7 +83,7 @@ FACTORY_RESET_OPS = { } -class SupvActionId: +class SupvActionId(enum.IntEnum): HK_REPORT = 1 START_MPSOC = 3 SHUTWOWN_MPSOC = 4