Skip to content

Commit 435821e

Browse files
authored
Add offline running state to prevent exceptions (#82)
1 parent f30200a commit 435821e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lghorizon/lghorizon_models.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ class LGHorizonRunningState(Enum):
2828
UNKNOWN = "UNKNOWN"
2929
ONLINE_RUNNING = "ONLINE_RUNNING"
3030
ONLINE_STANDBY = "ONLINE_STANDBY"
31+
OFFLINE = "OFFLINE"
3132

3233

3334
class LGHorizonMessageType(Enum):

0 commit comments

Comments
 (0)