summaryrefslogtreecommitdiffstats
path: root/lcm/lcm/nf_pm/counst.py
diff options
context:
space:
mode:
Diffstat (limited to 'lcm/lcm/nf_pm/counst.py')
-rw-r--r--lcm/lcm/nf_pm/counst.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/lcm/lcm/nf_pm/counst.py b/lcm/lcm/nf_pm/counst.py
index 3d3ce508..f8c39a86 100644
--- a/lcm/lcm/nf_pm/counst.py
+++ b/lcm/lcm/nf_pm/counst.py
@@ -24,3 +24,12 @@ AUTH_TYPE = enum(
OAUTH2_CLIENT_CREDENTIALS="OAUTH2_CLIENT_CREDENTIALS",
TLS_CERT="TLS_CERT"
)
+
+CrossingDirectionType = enum(
+ UP="UP",
+ DOWN="DOWN"
+)
+
+THRESHOLDTYPE = enum(
+ SIMPLE="SIMPLE"
+)