1429 - added code from ADSP branch to primaite_env.py and added NONE = 0 to NodePOLType in enums.py
This commit is contained in:
@@ -49,6 +49,7 @@ class SoftwareState(Enum):
|
||||
class NodePOLType(Enum):
|
||||
"""Node Pattern of Life type enumeration."""
|
||||
|
||||
NONE = 0
|
||||
OPERATING = 1
|
||||
OS = 2
|
||||
SERVICE = 3
|
||||
|
||||
Reference in New Issue
Block a user