configurations: harma_mb_vr_infineon: add hysteresis

The hysteresis value is set to 2% of the trigger threshold
to ensure more precise triggering of assert and deassert for
sensors like a 12V sensor. For example, with normal readings
and thresholds at ±10% (10.8V to 13.2V), the default value of
2.55 is too large for this range.

Change-Id: Ic3b6db086068c84e1c09cb4819f80bbba3a3f542
Signed-off-by: Daniel Hsu <Daniel-Hsu@quantatw.com>
diff --git a/configurations/meta/harma_mb_vr_infineon.json b/configurations/meta/harma_mb_vr_infineon.json
index 26c2916..04c822b 100644
--- a/configurations/meta/harma_mb_vr_infineon.json
+++ b/configurations/meta/harma_mb_vr_infineon.json
@@ -15,12 +15,14 @@
                 "Thresholds": [
                     {
                         "Direction": "less than",
+                        "Hysteresis": 0.04,
                         "Name": "lower critical",
                         "Severity": 1,
                         "Value": 2.0
                     },
                     {
                         "Direction": "greater than",
+                        "Hysteresis": 0.068,
                         "Name": "upper critical",
                         "Severity": 1,
                         "Value": 3.4
@@ -42,6 +44,7 @@
                 "Thresholds": [
                     {
                         "Direction": "less than",
+                        "Hysteresis": 0.0209,
                         "Label": "in1",
                         "Name": "lower critical",
                         "Severity": 1,
@@ -49,6 +52,7 @@
                     },
                     {
                         "Direction": "greater than",
+                        "Hysteresis": 0.0231,
                         "Label": "in1",
                         "Name": "upper critical",
                         "Severity": 1,
@@ -56,6 +60,7 @@
                     },
                     {
                         "Direction": "less than",
+                        "Hysteresis": 0.0627,
                         "Label": "in2",
                         "Name": "lower critical",
                         "Severity": 1,
@@ -63,6 +68,7 @@
                     },
                     {
                         "Direction": "greater than",
+                        "Hysteresis": 0.068,
                         "Label": "in2",
                         "Name": "upper critical",
                         "Severity": 1,
@@ -70,6 +76,7 @@
                     },
                     {
                         "Direction": "less than",
+                        "Hysteresis": 0.0352,
                         "Label": "in3",
                         "Name": "lower critical",
                         "Severity": 1,
@@ -77,6 +84,7 @@
                     },
                     {
                         "Direction": "greater than",
+                        "Hysteresis": 0.0368,
                         "Label": "in3",
                         "Name": "upper critical",
                         "Severity": 1,
@@ -84,6 +92,7 @@
                     },
                     {
                         "Direction": "less than",
+                        "Hysteresis": 0.216,
                         "Label": "in4",
                         "Name": "lower critical",
                         "Severity": 1,
@@ -91,6 +100,7 @@
                     },
                     {
                         "Direction": "greater than",
+                        "Hysteresis": 0.264,
                         "Label": "in4",
                         "Name": "upper critical",
                         "Severity": 1,
@@ -98,6 +108,7 @@
                     },
                     {
                         "Direction": "less than",
+                        "Hysteresis": 0.216,
                         "Label": "in5",
                         "Name": "lower critical",
                         "Severity": 1,
@@ -105,6 +116,7 @@
                     },
                     {
                         "Direction": "greater than",
+                        "Hysteresis": 0.264,
                         "Label": "in5",
                         "Name": "upper critical",
                         "Severity": 1,
@@ -137,6 +149,7 @@
                 "Thresholds": [
                     {
                         "Direction": "less than",
+                        "Hysteresis": 0.216,
                         "Label": "in0",
                         "Name": "lower critical",
                         "Severity": 1,
@@ -144,6 +157,7 @@
                     },
                     {
                         "Direction": "greater than",
+                        "Hysteresis": 0.264,
                         "Label": "in0",
                         "Name": "upper critical",
                         "Severity": 1,
@@ -151,6 +165,7 @@
                     },
                     {
                         "Direction": "less than",
+                        "Hysteresis": 0.095,
                         "Label": "in1",
                         "Name": "lower critical",
                         "Severity": 1,
@@ -158,6 +173,7 @@
                     },
                     {
                         "Direction": "greater than",
+                        "Hysteresis": 0.105,
                         "Label": "in1",
                         "Name": "upper critical",
                         "Severity": 1,
@@ -165,6 +181,7 @@
                     },
                     {
                         "Direction": "less than",
+                        "Hysteresis": 0.0626,
                         "Label": "in2",
                         "Name": "lower critical",
                         "Severity": 1,
@@ -172,6 +189,7 @@
                     },
                     {
                         "Direction": "greater than",
+                        "Hysteresis": 0.0692,
                         "Label": "in2",
                         "Name": "upper critical",
                         "Severity": 1,
@@ -179,6 +197,7 @@
                     },
                     {
                         "Direction": "less than",
+                        "Hysteresis": 0.0342,
                         "Label": "in3",
                         "Name": "lower critical",
                         "Severity": 1,
@@ -186,6 +205,7 @@
                     },
                     {
                         "Direction": "greater than",
+                        "Hysteresis": 0.0378,
                         "Label": "in3",
                         "Name": "upper critical",
                         "Severity": 1,
@@ -193,6 +213,7 @@
                     },
                     {
                         "Direction": "less than",
+                        "Hysteresis": 0.216,
                         "Label": "in4",
                         "Name": "lower critical",
                         "Severity": 1,
@@ -200,6 +221,7 @@
                     },
                     {
                         "Direction": "greater than",
+                        "Hysteresis": 0.264,
                         "Label": "in4",
                         "Name": "upper critical",
                         "Severity": 1,
@@ -207,6 +229,7 @@
                     },
                     {
                         "Direction": "less than",
+                        "Hysteresis": 0.0342,
                         "Label": "in5",
                         "Name": "lower critical",
                         "Severity": 1,
@@ -214,6 +237,7 @@
                     },
                     {
                         "Direction": "greater than",
+                        "Hysteresis": 0.0378,
                         "Label": "in5",
                         "Name": "upper critical",
                         "Severity": 1,
@@ -252,6 +276,7 @@
                 "Thresholds": [
                     {
                         "Direction": "less than",
+                        "Hysteresis": 0.216,
                         "Label": "in1",
                         "Name": "lower critical",
                         "Severity": 1,
@@ -259,6 +284,7 @@
                     },
                     {
                         "Direction": "greater than",
+                        "Hysteresis": 0.264,
                         "Label": "in1",
                         "Name": "upper critical",
                         "Severity": 1,
@@ -266,6 +292,7 @@
                     },
                     {
                         "Direction": "greater than",
+                        "Hysteresis": 0.042,
                         "Label": "curr1",
                         "Name": "upper critical",
                         "Severity": 1,
@@ -273,6 +300,7 @@
                     },
                     {
                         "Direction": "greater than",
+                        "Hysteresis": 0.5,
                         "Label": "power1",
                         "Name": "upper critical",
                         "Severity": 1,
@@ -297,6 +325,7 @@
                 "Thresholds": [
                     {
                         "Direction": "less than",
+                        "Hysteresis": 0.216,
                         "Label": "in1",
                         "Name": "lower critical",
                         "Severity": 1,
@@ -304,6 +333,7 @@
                     },
                     {
                         "Direction": "greater than",
+                        "Hysteresis": 0.264,
                         "Label": "in1",
                         "Name": "upper critical",
                         "Severity": 1,
@@ -311,6 +341,7 @@
                     },
                     {
                         "Direction": "greater than",
+                        "Hysteresis": 0.042,
                         "Label": "curr1",
                         "Name": "upper critical",
                         "Severity": 1,
@@ -318,6 +349,7 @@
                     },
                     {
                         "Direction": "greater than",
+                        "Hysteresis": 0.5,
                         "Label": "power1",
                         "Name": "upper critical",
                         "Severity": 1,
@@ -341,6 +373,7 @@
                 "Thresholds": [
                     {
                         "Direction": "less than",
+                        "Hysteresis": 0.216,
                         "Label": "in1",
                         "Name": "lower critical",
                         "Severity": 1,
@@ -348,6 +381,7 @@
                     },
                     {
                         "Direction": "greater than",
+                        "Hysteresis": 0.264,
                         "Label": "in1",
                         "Name": "upper critical",
                         "Severity": 1,
@@ -355,6 +389,7 @@
                     },
                     {
                         "Direction": "greater than",
+                        "Hysteresis": 0.114,
                         "Label": "curr1",
                         "Name": "upper critical",
                         "Severity": 1,
@@ -362,6 +397,7 @@
                     },
                     {
                         "Direction": "greater than",
+                        "Hysteresis": 1.5,
                         "Label": "power1",
                         "Name": "upper critical",
                         "Severity": 1,
@@ -387,6 +423,7 @@
                 "Thresholds": [
                     {
                         "Direction": "greater than",
+                        "Hysteresis": 1.44,
                         "Label": "iout1",
                         "Name": "upper critical",
                         "Severity": 1,
@@ -394,6 +431,7 @@
                     },
                     {
                         "Direction": "less than",
+                        "Hysteresis": 0.216,
                         "Label": "vin",
                         "Name": "lower critical",
                         "Severity": 1,
@@ -401,6 +439,7 @@
                     },
                     {
                         "Direction": "greater than",
+                        "Hysteresis": 0.264,
                         "Label": "vin",
                         "Name": "upper critical",
                         "Severity": 1,
@@ -408,6 +447,7 @@
                     },
                     {
                         "Direction": "less than",
+                        "Hysteresis": 0.216,
                         "Label": "vout1",
                         "Name": "lower critical",
                         "Severity": 1,
@@ -415,6 +455,7 @@
                     },
                     {
                         "Direction": "greater than",
+                        "Hysteresis": 0.264,
                         "Label": "vout1",
                         "Name": "upper critical",
                         "Severity": 1,
@@ -422,6 +463,7 @@
                     },
                     {
                         "Direction": "greater than",
+                        "Hysteresis": 19.0,
                         "Label": "pin",
                         "Name": "upper critical",
                         "Severity": 1,
@@ -429,6 +471,7 @@
                     },
                     {
                         "Direction": "greater than",
+                        "Hysteresis": 1.6,
                         "Label": "temp1",
                         "Name": "upper critical",
                         "Severity": 1,
@@ -450,12 +493,14 @@
                 "Thresholds": [
                     {
                         "Direction": "less than",
+                        "Hysteresis": 0.1,
                         "Name": "lower critical",
                         "Severity": 1,
                         "Value": 5.0
                     },
                     {
                         "Direction": "greater than",
+                        "Hysteresis": 1.4,
                         "Name": "upper critical",
                         "Severity": 1,
                         "Value": 70.0
@@ -471,12 +516,14 @@
                 "Thresholds": [
                     {
                         "Direction": "less than",
+                        "Hysteresis": 0.1,
                         "Name": "lower critical",
                         "Severity": 1,
                         "Value": 5.0
                     },
                     {
                         "Direction": "greater than",
+                        "Hysteresis": 1.4,
                         "Name": "upper critical",
                         "Severity": 1,
                         "Value": 70.0
@@ -492,12 +539,14 @@
                 "Thresholds": [
                     {
                         "Direction": "less than",
+                        "Hysteresis": 0.02,
                         "Name": "lower critical",
                         "Severity": 1,
                         "Value": -1.0
                     },
                     {
                         "Direction": "greater than",
+                        "Hysteresis": 2.0,
                         "Name": "upper critical",
                         "Severity": 1,
                         "Value": 100.0
@@ -513,12 +562,14 @@
                 "Thresholds": [
                     {
                         "Direction": "less than",
+                        "Hysteresis": 0.02,
                         "Name": "lower critical",
                         "Severity": 1,
                         "Value": -1.0
                     },
                     {
                         "Direction": "greater than",
+                        "Hysteresis": 2.0,
                         "Name": "upper critical",
                         "Severity": 1,
                         "Value": 100.0
@@ -553,6 +604,7 @@
                 "Thresholds": [
                     {
                         "Direction": "greater than",
+                        "Hysteresis": 12.8,
                         "Label": "power1",
                         "Name": "upper critical",
                         "Severity": 1,
@@ -560,6 +612,7 @@
                     },
                     {
                         "Direction": "greater than",
+                        "Hysteresis": 0.28,
                         "Label": "power2",
                         "Name": "upper critical",
                         "Severity": 1,
@@ -567,6 +620,7 @@
                     },
                     {
                         "Direction": "greater than",
+                        "Hysteresis": 0.28,
                         "Label": "power3",
                         "Name": "upper critical",
                         "Severity": 1,
@@ -574,6 +628,7 @@
                     },
                     {
                         "Direction": "greater than",
+                        "Hysteresis": 0.28,
                         "Label": "power4",
                         "Name": "upper critical",
                         "Severity": 1,
@@ -581,6 +636,7 @@
                     },
                     {
                         "Direction": "greater than",
+                        "Hysteresis": 0.28,
                         "Label": "power5",
                         "Name": "upper critical",
                         "Severity": 1,
@@ -588,6 +644,7 @@
                     },
                     {
                         "Direction": "greater than",
+                        "Hysteresis": 0.28,
                         "Label": "power6",
                         "Name": "upper critical",
                         "Severity": 1,
@@ -595,6 +652,7 @@
                     },
                     {
                         "Direction": "greater than",
+                        "Hysteresis": 0.28,
                         "Label": "power7",
                         "Name": "upper critical",
                         "Severity": 1,
@@ -602,6 +660,7 @@
                     },
                     {
                         "Direction": "greater than",
+                        "Hysteresis": 0.28,
                         "Label": "power8",
                         "Name": "upper critical",
                         "Severity": 1,
@@ -609,6 +668,7 @@
                     },
                     {
                         "Direction": "greater than",
+                        "Hysteresis": 0.28,
                         "Label": "power9",
                         "Name": "upper critical",
                         "Severity": 1,
@@ -616,6 +676,7 @@
                     },
                     {
                         "Direction": "less than",
+                        "Hysteresis": 0.02,
                         "Label": "temp1",
                         "Name": "lower critical",
                         "Severity": 1,
@@ -623,6 +684,7 @@
                     },
                     {
                         "Direction": "greater than",
+                        "Hysteresis": 1.6,
                         "Label": "temp1",
                         "Name": "upper critical",
                         "Severity": 1,
@@ -630,6 +692,7 @@
                     },
                     {
                         "Direction": "less than",
+                        "Hysteresis": 0.02,
                         "Label": "temp2",
                         "Name": "lower critical",
                         "Severity": 1,
@@ -637,6 +700,7 @@
                     },
                     {
                         "Direction": "greater than",
+                        "Hysteresis": 1.6,
                         "Label": "temp2",
                         "Name": "upper critical",
                         "Severity": 1,
@@ -644,6 +708,7 @@
                     },
                     {
                         "Direction": "less than",
+                        "Hysteresis": 0.02,
                         "Label": "temp3",
                         "Name": "lower critical",
                         "Severity": 1,
@@ -651,6 +716,7 @@
                     },
                     {
                         "Direction": "greater than",
+                        "Hysteresis": 1.6,
                         "Label": "temp3",
                         "Name": "upper critical",
                         "Severity": 1,
@@ -658,6 +724,7 @@
                     },
                     {
                         "Direction": "less than",
+                        "Hysteresis": 0.02,
                         "Label": "temp4",
                         "Name": "lower critical",
                         "Severity": 1,
@@ -665,6 +732,7 @@
                     },
                     {
                         "Direction": "greater than",
+                        "Hysteresis": 1.6,
                         "Label": "temp4",
                         "Name": "upper critical",
                         "Severity": 1,
@@ -672,6 +740,7 @@
                     },
                     {
                         "Direction": "less than",
+                        "Hysteresis": 0.02,
                         "Label": "temp5",
                         "Name": "lower critical",
                         "Severity": 1,
@@ -679,6 +748,7 @@
                     },
                     {
                         "Direction": "greater than",
+                        "Hysteresis": 1.6,
                         "Label": "temp5",
                         "Name": "upper critical",
                         "Severity": 1,
@@ -686,6 +756,7 @@
                     },
                     {
                         "Direction": "less than",
+                        "Hysteresis": 0.02,
                         "Label": "temp6",
                         "Name": "lower critical",
                         "Severity": 1,
@@ -693,6 +764,7 @@
                     },
                     {
                         "Direction": "greater than",
+                        "Hysteresis": 1.6,
                         "Label": "temp6",
                         "Name": "upper critical",
                         "Severity": 1,
@@ -700,6 +772,7 @@
                     },
                     {
                         "Direction": "less than",
+                        "Hysteresis": 0.02,
                         "Label": "temp7",
                         "Name": "lower critical",
                         "Severity": 1,
@@ -707,6 +780,7 @@
                     },
                     {
                         "Direction": "greater than",
+                        "Hysteresis": 1.6,
                         "Label": "temp7",
                         "Name": "upper critical",
                         "Severity": 1,
@@ -714,6 +788,7 @@
                     },
                     {
                         "Direction": "less than",
+                        "Hysteresis": 0.02,
                         "Label": "temp8",
                         "Name": "lower critical",
                         "Severity": 1,
@@ -721,6 +796,7 @@
                     },
                     {
                         "Direction": "greater than",
+                        "Hysteresis": 1.6,
                         "Label": "temp8",
                         "Name": "upper critical",
                         "Severity": 1,
@@ -754,12 +830,14 @@
                 "Thresholds": [
                     {
                         "Direction": "less than",
+                        "Hysteresis": 0.02,
                         "Name": "lower critical",
                         "Severity": 1,
                         "Value": -1.0
                     },
                     {
                         "Direction": "greater than",
+                        "Hysteresis": 1.9,
                         "Name": "upper critical",
                         "Severity": 1,
                         "Value": 95.0
@@ -774,12 +852,14 @@
                 "Thresholds": [
                     {
                         "Direction": "less than",
+                        "Hysteresis": 0.1,
                         "Name": "lower critical",
                         "Severity": 1,
                         "Value": 5.0
                     },
                     {
                         "Direction": "greater than",
+                        "Hysteresis": 1.6,
                         "Name": "upper critical",
                         "Severity": 1,
                         "Value": 80.0
@@ -794,12 +874,14 @@
                 "Thresholds": [
                     {
                         "Direction": "less than",
+                        "Hysteresis": 0.1,
                         "Name": "lower critical",
                         "Severity": 1,
                         "Value": 5.0
                     },
                     {
                         "Direction": "greater than",
+                        "Hysteresis": 1.2,
                         "Name": "upper critical",
                         "Severity": 1,
                         "Value": 60.0
@@ -821,6 +903,7 @@
                 "Thresholds": [
                     {
                         "Direction": "greater than",
+                        "Hysteresis": 1.18,
                         "Label": "iout1",
                         "Name": "upper critical",
                         "Severity": 1,
@@ -828,6 +911,7 @@
                     },
                     {
                         "Direction": "less than",
+                        "Hysteresis": 0.0209,
                         "Label": "vout1",
                         "Name": "lower critical",
                         "Severity": 1,
@@ -835,6 +919,7 @@
                     },
                     {
                         "Direction": "greater than",
+                        "Hysteresis": 0.0231,
                         "Label": "vout1",
                         "Name": "upper critical",
                         "Severity": 1,
@@ -842,6 +927,7 @@
                     },
                     {
                         "Direction": "greater than",
+                        "Hysteresis": 1.3,
                         "Label": "pout1",
                         "Name": "upper critical",
                         "Severity": 1,
@@ -849,6 +935,7 @@
                     },
                     {
                         "Direction": "less than",
+                        "Hysteresis": 0.02,
                         "Label": "temp1",
                         "Name": "lower critical",
                         "Severity": 1,
@@ -856,6 +943,7 @@
                     },
                     {
                         "Direction": "greater than",
+                        "Hysteresis": 2.1,
                         "Label": "temp1",
                         "Name": "upper critical",
                         "Severity": 1,
@@ -886,6 +974,7 @@
                 "Thresholds": [
                     {
                         "Direction": "greater than",
+                        "Hysteresis": 6.36,
                         "Label": "iout1",
                         "Name": "upper critical",
                         "Severity": 1,
@@ -893,6 +982,7 @@
                     },
                     {
                         "Direction": "greater than",
+                        "Hysteresis": 4.2,
                         "Label": "iout2",
                         "Name": "upper critical",
                         "Severity": 1,
@@ -900,6 +990,7 @@
                     },
                     {
                         "Direction": "less than",
+                        "Hysteresis": 0.0106,
                         "Label": "vout1",
                         "Name": "lower critical",
                         "Severity": 1,
@@ -907,6 +998,7 @@
                     },
                     {
                         "Direction": "greater than",
+                        "Hysteresis": 0.0304,
                         "Label": "vout1",
                         "Name": "upper critical",
                         "Severity": 1,
@@ -914,6 +1006,7 @@
                     },
                     {
                         "Direction": "less than",
+                        "Hysteresis": 0.0146,
                         "Label": "vout2",
                         "Name": "lower critical",
                         "Severity": 1,
@@ -921,6 +1014,7 @@
                     },
                     {
                         "Direction": "greater than",
+                        "Hysteresis": 0.0244,
                         "Label": "vout2",
                         "Name": "upper critical",
                         "Severity": 1,
@@ -928,6 +1022,7 @@
                     },
                     {
                         "Direction": "greater than",
+                        "Hysteresis": 3.5,
                         "Label": "pout1",
                         "Name": "upper critical",
                         "Severity": 1,
@@ -935,6 +1030,7 @@
                     },
                     {
                         "Direction": "greater than",
+                        "Hysteresis": 2.1,
                         "Label": "pout2",
                         "Name": "upper critical",
                         "Severity": 1,
@@ -942,6 +1038,7 @@
                     },
                     {
                         "Direction": "less than",
+                        "Hysteresis": 0.02,
                         "Label": "temp1",
                         "Name": "lower critical",
                         "Severity": 1,
@@ -949,6 +1046,7 @@
                     },
                     {
                         "Direction": "greater than",
+                        "Hysteresis": 2.1,
                         "Label": "temp1",
                         "Name": "upper critical",
                         "Severity": 1,
@@ -956,6 +1054,7 @@
                     },
                     {
                         "Direction": "less than",
+                        "Hysteresis": 0.02,
                         "Label": "temp2",
                         "Name": "lower critical",
                         "Severity": 1,
@@ -963,6 +1062,7 @@
                     },
                     {
                         "Direction": "greater than",
+                        "Hysteresis": 2.1,
                         "Label": "temp2",
                         "Name": "upper critical",
                         "Severity": 1,
@@ -997,6 +1097,7 @@
                 "Thresholds": [
                     {
                         "Direction": "greater than",
+                        "Hysteresis": 6.36,
                         "Label": "iout1",
                         "Name": "upper critical",
                         "Severity": 1,
@@ -1004,6 +1105,7 @@
                     },
                     {
                         "Direction": "greater than",
+                        "Hysteresis": 2.66,
                         "Label": "iout2",
                         "Name": "upper critical",
                         "Severity": 1,
@@ -1011,6 +1113,7 @@
                     },
                     {
                         "Direction": "less than",
+                        "Hysteresis": 0.0106,
                         "Label": "vout1",
                         "Name": "lower critical",
                         "Severity": 1,
@@ -1018,6 +1121,7 @@
                     },
                     {
                         "Direction": "greater than",
+                        "Hysteresis": 0.0304,
                         "Label": "vout1",
                         "Name": "upper critical",
                         "Severity": 1,
@@ -1025,6 +1129,7 @@
                     },
                     {
                         "Direction": "less than",
+                        "Hysteresis": 0.0176,
                         "Label": "vout2",
                         "Name": "lower critical",
                         "Severity": 1,
@@ -1032,6 +1137,7 @@
                     },
                     {
                         "Direction": "greater than",
+                        "Hysteresis": 0.0244,
                         "Label": "vout2",
                         "Name": "upper critical",
                         "Severity": 1,
@@ -1039,6 +1145,7 @@
                     },
                     {
                         "Direction": "greater than",
+                        "Hysteresis": 3.5,
                         "Label": "pout1",
                         "Name": "upper critical",
                         "Severity": 1,
@@ -1046,6 +1153,7 @@
                     },
                     {
                         "Direction": "greater than",
+                        "Hysteresis": 2.4,
                         "Label": "pout2",
                         "Name": "upper critical",
                         "Severity": 1,
@@ -1053,6 +1161,7 @@
                     },
                     {
                         "Direction": "less than",
+                        "Hysteresis": 0.02,
                         "Label": "temp1",
                         "Name": "lower critical",
                         "Severity": 1,
@@ -1060,6 +1169,7 @@
                     },
                     {
                         "Direction": "greater than",
+                        "Hysteresis": 2.1,
                         "Label": "temp1",
                         "Name": "upper critical",
                         "Severity": 1,
@@ -1067,6 +1177,7 @@
                     },
                     {
                         "Direction": "less than",
+                        "Hysteresis": 0.02,
                         "Label": "temp2",
                         "Name": "lower critical",
                         "Severity": 1,
@@ -1074,6 +1185,7 @@
                     },
                     {
                         "Direction": "greater than",
+                        "Hysteresis": 2.1,
                         "Label": "temp2",
                         "Name": "upper critical",
                         "Severity": 1,