From cd6d83fc18953e708b41a87f68349e8ee58bcef2 Mon Sep 17 00:00:00 2001
From: Martin Teichmann <martin.teichmann@xfel.eu>
Date: Thu, 29 Feb 2024 15:06:33 +0000
Subject: [PATCH] more information for inficon gauges

---
 ebpfcat/terminals.py | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/ebpfcat/terminals.py b/ebpfcat/terminals.py
index 789d087..35a8046 100644
--- a/ebpfcat/terminals.py
+++ b/ebpfcat/terminals.py
@@ -199,7 +199,11 @@ class TurboVac(EBPFTerminal):
 
 class Inficon(EBPFTerminal):
     compatibility = {(0x644, 0x21)}
+    valid = ProcessDesc(0xF640, 1)
+    overrange = ProcessDesc(0xF640, 2)
+    underrange = ProcessDesc(0xF640, 3)
     value = ProcessDesc(0xF640, 0x11, "f")
+    sensorNo = ProcessDesc(0xF640, 0x12, "f")
 
 
 class Bronkhorst(EBPFTerminal):
-- 
GitLab