subsystem enum is int enum now

This commit is contained in:
Robin Müller 2023-08-15 13:20:43 +02:00
parent 403657110b
commit 0e208629b0
Signed by: muellerr
GPG Key ID: FCE0B2BD2195142F
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ from tmtccmd.tc.decorator import ServiceProviderParams
from tmtccmd.tc.pus_200_fsfw_mode import Subservice as ModeSubservice
class ModeId:
class ModeId(enum.IntEnum):
OFF = 0
SUPV_ONLY = 10
MPSOC_STREAM = 11