We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f30200a commit 435821eCopy full SHA for 435821e
1 file changed
lghorizon/lghorizon_models.py
@@ -28,6 +28,7 @@ class LGHorizonRunningState(Enum):
28
UNKNOWN = "UNKNOWN"
29
ONLINE_RUNNING = "ONLINE_RUNNING"
30
ONLINE_STANDBY = "ONLINE_STANDBY"
31
+ OFFLINE = "OFFLINE"
32
33
34
class LGHorizonMessageType(Enum):
0 commit comments