some enum fixes
This commit is contained in:
parent
58544fac7a
commit
d4377860c6
@ -8,9 +8,9 @@ EXAMPLE_PUS_APID = 0x02
|
|||||||
|
|
||||||
|
|
||||||
class EventSeverity(enum.IntEnum):
|
class EventSeverity(enum.IntEnum):
|
||||||
INFO = (0,)
|
INFO = 0
|
||||||
LOW = (1,)
|
LOW = 1
|
||||||
MEDIUM = (2,)
|
MEDIUM = 2
|
||||||
HIGH = 3
|
HIGH = 3
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user