Skip to content
Snippets Groups Projects
Commit 3565d0dc authored by Jorrit Schaap's avatar Jorrit Schaap
Browse files

TMSS-2820: added SystemEventSubtype INFORMATION, and SystemEventStatus CLOSED

parent 4e3049a2
No related branches found
No related tags found
1 merge request!1215Resolve TMSS-2820
......@@ -255,6 +255,7 @@ class SystemEventSubtype(AbstractChoice):
SETUP = "setup"
TEMPERATURE = "temperature"
OTHER = "other"
INFORMATION = "information"
class SystemEventSeverity(AbstractChoice):
......@@ -272,6 +273,7 @@ class SystemEventStatus(AbstractChoice):
class Choices(Enum):
OPEN = "open"
ANALYSED = "analysed"
CLOSED = "closed"
class SubsystemStatus(AbstractChoice):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment