1429 - added code from ADSP branch to primaite_env.py and added NONE = 0 to NodePOLType in enums.py

This commit is contained in:
SunilSamra
2023-05-26 14:29:02 +01:00
parent 3cd5864f25
commit e2fb03b9bd
2 changed files with 27 additions and 12 deletions

View File

@@ -49,6 +49,7 @@ class SoftwareState(Enum):
class NodePOLType(Enum):
"""Node Pattern of Life type enumeration."""
NONE = 0
OPERATING = 1
OS = 2
SERVICE = 3