ANREGUNG added to Eintrag in enumkind

This commit is contained in:
2023-07-17 14:03:15 +02:00
parent 450a89c36e
commit 7757b62b46

View File

@@ -12,6 +12,7 @@ class ElogSLS:
class Eintrag(IntEnum):
PROBLEM = 0
INFO = 1
ANREGUNG = 1
TUNING = 2
OPERATION_CHANGE = 3
BRIDGE = 4