configurations: sbp1: Add Hysteresis

dbus-sensors uses a default threshold hysteresis of 2.55 V/A/°C,
which is too much for most sensors found on SBP1. In order to reset
the critical/warning threshold the sensor value has to go out of
the acceptable range in the opposite direction. Adjust the hysteresis
to 1% of the threshold value.

Tested: Warning/Critical thresholds reset earlier when the value is
        back to normal.

Change-Id: Ife33b456e930d2d8df61df9da8bcebb1a5f4d577
Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com>
diff --git a/configurations/sbp1_baseboard.json b/configurations/sbp1_baseboard.json
index be30f3f..e4dbc04 100644
--- a/configurations/sbp1_baseboard.json
+++ b/configurations/sbp1_baseboard.json
@@ -8,24 +8,28 @@
             "Thresholds": [
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.133,
                     "Name": "upper critical",
                     "Severity": 1,
                     "Value": 13.3
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.128,
                     "Name": "upper non critical",
                     "Severity": 0,
                     "Value": 12.8
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.1168,
                     "Name": "lower non critical",
                     "Severity": 0,
                     "Value": 11.68
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.11080000000000001,
                     "Name": "lower critical",
                     "Severity": 1,
                     "Value": 11.08
@@ -41,24 +45,28 @@
             "Thresholds": [
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.0525,
                     "Name": "upper critical",
                     "Severity": 1,
                     "Value": 5.25
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.051500000000000004,
                     "Name": "upper non critical",
                     "Severity": 0,
                     "Value": 5.15
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.048499999999999995,
                     "Name": "lower non critical",
                     "Severity": 0,
                     "Value": 4.85
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.0475,
                     "Name": "lower critical",
                     "Severity": 1,
                     "Value": 4.75
@@ -74,24 +82,28 @@
             "Thresholds": [
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.0525,
                     "Name": "upper critical",
                     "Severity": 1,
                     "Value": 5.25
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.051500000000000004,
                     "Name": "upper non critical",
                     "Severity": 0,
                     "Value": 5.15
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.048499999999999995,
                     "Name": "lower non critical",
                     "Severity": 0,
                     "Value": 4.85
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.0475,
                     "Name": "lower critical",
                     "Severity": 1,
                     "Value": 4.75
@@ -107,24 +119,28 @@
             "Thresholds": [
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.03465,
                     "Name": "upper critical",
                     "Severity": 1,
                     "Value": 3.465
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.03399,
                     "Name": "upper non critical",
                     "Severity": 0,
                     "Value": 3.399
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.032010000000000004,
                     "Name": "lower non critical",
                     "Severity": 0,
                     "Value": 3.201
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.031349999999999996,
                     "Name": "lower critical",
                     "Severity": 1,
                     "Value": 3.135
@@ -140,24 +156,28 @@
             "Thresholds": [
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.03465,
                     "Name": "upper critical",
                     "Severity": 1,
                     "Value": 3.465
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.03399,
                     "Name": "upper non critical",
                     "Severity": 0,
                     "Value": 3.399
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.032010000000000004,
                     "Name": "lower non critical",
                     "Severity": 0,
                     "Value": 3.201
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.031349999999999996,
                     "Name": "lower critical",
                     "Severity": 1,
                     "Value": 3.135
@@ -173,24 +193,28 @@
             "Thresholds": [
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.0189,
                     "Name": "upper critical",
                     "Severity": 1,
                     "Value": 1.89
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.01854,
                     "Name": "upper non critical",
                     "Severity": 0,
                     "Value": 1.854
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.01746,
                     "Name": "lower non critical",
                     "Severity": 0,
                     "Value": 1.746
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.0171,
                     "Name": "lower critical",
                     "Severity": 1,
                     "Value": 1.71
@@ -206,24 +230,28 @@
             "Thresholds": [
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.0126,
                     "Name": "upper critical",
                     "Severity": 1,
                     "Value": 1.26
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.01236,
                     "Name": "upper non critical",
                     "Severity": 0,
                     "Value": 1.236
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.01164,
                     "Name": "lower non critical",
                     "Severity": 0,
                     "Value": 1.164
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.011399999999999999,
                     "Name": "lower critical",
                     "Severity": 1,
                     "Value": 1.14
@@ -239,12 +267,14 @@
             "Thresholds": [
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.0134,
                     "Name": "upper critical",
                     "Severity": 1,
                     "Value": 1.34
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.012,
                     "Name": "lower critical",
                     "Severity": 1,
                     "Value": 1.2
@@ -260,12 +290,14 @@
             "Thresholds": [
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.0134,
                     "Name": "upper critical",
                     "Severity": 1,
                     "Value": 1.34
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.012,
                     "Name": "lower critical",
                     "Severity": 1,
                     "Value": 1.2
@@ -281,24 +313,28 @@
             "Thresholds": [
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.02625,
                     "Name": "upper critical",
                     "Severity": 1,
                     "Value": 2.625
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.025750000000000002,
                     "Name": "upper non critical",
                     "Severity": 0,
                     "Value": 2.575
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.024249999999999997,
                     "Name": "lower non critical",
                     "Severity": 0,
                     "Value": 2.425
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.02375,
                     "Name": "lower critical",
                     "Severity": 1,
                     "Value": 2.375
@@ -323,24 +359,28 @@
             "Thresholds": [
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.03556,
                     "Name": "upper critical",
                     "Severity": 1,
                     "Value": 3.556
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.03458,
                     "Name": "upper non critical",
                     "Severity": 0,
                     "Value": 3.458
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.02212,
                     "Name": "lower critical",
                     "Severity": 1,
                     "Value": 2.212
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.023100000000000002,
                     "Name": "lower non critical",
                     "Severity": 0,
                     "Value": 2.31
@@ -386,6 +426,7 @@
             "Thresholds": [
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.06,
                     "Label": "iout1",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -393,6 +434,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.04,
                     "Label": "iout1",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -400,6 +442,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.133,
                     "Label": "vin",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -407,6 +450,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.128,
                     "Label": "vin",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -414,6 +458,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.1168,
                     "Label": "vin",
                     "Name": "lower non critical",
                     "Severity": 0,
@@ -421,6 +466,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.11080000000000001,
                     "Label": "vin",
                     "Name": "lower critical",
                     "Severity": 1,
@@ -428,6 +474,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.0198,
                     "Label": "vout1",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -435,6 +482,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.016200000000000003,
                     "Label": "vout1",
                     "Name": "lower critical",
                     "Severity": 1,
@@ -442,6 +490,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 1.25,
                     "Label": "temp1",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -449,6 +498,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.0171,
                     "Label": "vout1",
                     "Name": "lower non critical",
                     "Severity": 0,
@@ -456,6 +506,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.0189,
                     "Label": "vout1",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -480,6 +531,7 @@
             "Thresholds": [
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.16,
                     "Label": "iout1",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -487,6 +539,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.133,
                     "Label": "vin",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -494,6 +547,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.128,
                     "Label": "vin",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -501,6 +555,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.1168,
                     "Label": "vin",
                     "Name": "lower non critical",
                     "Severity": 0,
@@ -508,6 +563,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.11080000000000001,
                     "Label": "vin",
                     "Name": "lower critical",
                     "Severity": 1,
@@ -515,6 +571,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.055,
                     "Label": "vout1",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -522,6 +579,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.045,
                     "Label": "vout1",
                     "Name": "lower critical",
                     "Severity": 1,
@@ -529,6 +587,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 1.25,
                     "Label": "temp1",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -536,6 +595,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.12,
                     "Label": "iout1",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -543,6 +603,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.0475,
                     "Label": "vout1",
                     "Name": "lower non critical",
                     "Severity": 0,
@@ -550,6 +611,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.0525,
                     "Label": "vout1",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -574,6 +636,7 @@
             "Thresholds": [
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.24,
                     "Label": "iout1",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -581,6 +644,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.133,
                     "Label": "vin",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -588,6 +652,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.128,
                     "Label": "vin",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -595,6 +660,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.1168,
                     "Label": "vin",
                     "Name": "lower non critical",
                     "Severity": 0,
@@ -602,6 +668,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.11080000000000001,
                     "Label": "vin",
                     "Name": "lower critical",
                     "Severity": 1,
@@ -609,6 +676,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.0374,
                     "Label": "vout1",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -616,6 +684,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.030600000000000002,
                     "Label": "vout1",
                     "Name": "lower critical",
                     "Severity": 1,
@@ -623,6 +692,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 1.25,
                     "Label": "temp1",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -630,6 +700,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.19,
                     "Label": "iout1",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -637,6 +708,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.0323,
                     "Label": "vout1",
                     "Name": "lower non critical",
                     "Severity": 0,
@@ -644,6 +716,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.0357,
                     "Label": "vout1",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -668,6 +741,7 @@
             "Thresholds": [
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.2,
                     "Label": "iout1",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -675,6 +749,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.133,
                     "Label": "iout1",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -682,6 +757,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.133,
                     "Label": "vin",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -689,6 +765,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.128,
                     "Label": "vin",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -696,6 +773,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.1168,
                     "Label": "vin",
                     "Name": "lower non critical",
                     "Severity": 0,
@@ -703,6 +781,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.11080000000000001,
                     "Label": "vin",
                     "Name": "lower critical",
                     "Severity": 1,
@@ -710,6 +789,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.0094,
                     "Label": "vout1",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -717,6 +797,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.0072,
                     "Label": "vout1",
                     "Name": "lower critical",
                     "Severity": 1,
@@ -724,6 +805,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 1.25,
                     "Label": "temp1",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -731,6 +813,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.0076,
                     "Label": "vout1",
                     "Name": "lower non critical",
                     "Severity": 0,
@@ -738,6 +821,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.0089,
                     "Label": "vout1",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -762,6 +846,7 @@
             "Thresholds": [
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.2,
                     "Label": "iout1",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -769,6 +854,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.16,
                     "Label": "iout1",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -776,6 +862,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.133,
                     "Label": "vin",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -783,6 +870,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.128,
                     "Label": "vin",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -790,6 +878,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.1168,
                     "Label": "vin",
                     "Name": "lower non critical",
                     "Severity": 0,
@@ -797,6 +886,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.11080000000000001,
                     "Label": "vin",
                     "Name": "lower critical",
                     "Severity": 1,
@@ -804,6 +894,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.0094,
                     "Label": "vout1",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -811,6 +902,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.0072,
                     "Label": "vout1",
                     "Name": "lower critical",
                     "Severity": 1,
@@ -818,6 +910,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 1.25,
                     "Label": "temp1",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -825,6 +918,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.0076,
                     "Label": "vout1",
                     "Name": "lower non critical",
                     "Severity": 0,
@@ -832,6 +926,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.0089,
                     "Label": "vout1",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -856,6 +951,7 @@
             "Thresholds": [
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.16,
                     "Label": "iout1",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -863,6 +959,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.11,
                     "Label": "iout1",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -870,6 +967,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.133,
                     "Label": "vin",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -877,6 +975,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.128,
                     "Label": "vin",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -884,6 +983,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.1168,
                     "Label": "vin",
                     "Name": "lower non critical",
                     "Severity": 0,
@@ -891,6 +991,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.11080000000000001,
                     "Label": "vin",
                     "Name": "lower critical",
                     "Severity": 1,
@@ -898,6 +999,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.0363,
                     "Label": "vout1",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -905,6 +1007,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.029700000000000004,
                     "Label": "vout1",
                     "Name": "lower critical",
                     "Severity": 1,
@@ -912,6 +1015,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 1.25,
                     "Label": "temp1",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -919,6 +1023,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.031400000000000004,
                     "Label": "vout1",
                     "Name": "lower non critical",
                     "Severity": 0,
@@ -926,6 +1031,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.0347,
                     "Label": "vout1",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -950,6 +1056,7 @@
             "Thresholds": [
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.16,
                     "Label": "iout1",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -957,6 +1064,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.12,
                     "Label": "iout1",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -964,6 +1072,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.133,
                     "Label": "vin",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -971,6 +1080,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.128,
                     "Label": "vin",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -978,6 +1088,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.1168,
                     "Label": "vin",
                     "Name": "lower non critical",
                     "Severity": 0,
@@ -985,6 +1096,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.11080000000000001,
                     "Label": "vin",
                     "Name": "lower critical",
                     "Severity": 1,
@@ -992,6 +1104,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.013200000000000002,
                     "Label": "vout1",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -999,6 +1112,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.0108,
                     "Label": "vout1",
                     "Name": "lower critical",
                     "Severity": 1,
@@ -1006,6 +1120,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 1.25,
                     "Label": "temp1",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -1013,6 +1128,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.011399999999999999,
                     "Label": "vout1",
                     "Name": "lower non critical",
                     "Severity": 0,
@@ -1020,6 +1136,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.0126,
                     "Label": "vout1",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -1044,6 +1161,7 @@
             "Thresholds": [
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.32,
                     "Label": "iout1",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -1051,6 +1169,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.26,
                     "Label": "iout1",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -1058,6 +1177,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.133,
                     "Label": "vin",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -1065,6 +1185,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.128,
                     "Label": "vin",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -1072,6 +1193,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.1168,
                     "Label": "vin",
                     "Name": "lower non critical",
                     "Severity": 0,
@@ -1079,6 +1201,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.11080000000000001,
                     "Label": "vin",
                     "Name": "lower critical",
                     "Severity": 1,
@@ -1086,6 +1209,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.0198,
                     "Label": "vout1",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -1093,6 +1217,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.016200000000000003,
                     "Label": "vout1",
                     "Name": "lower critical",
                     "Severity": 1,
@@ -1100,6 +1225,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 1.25,
                     "Label": "temp1",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -1107,6 +1233,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.0171,
                     "Label": "vout1",
                     "Name": "lower non critical",
                     "Severity": 0,
@@ -1114,6 +1241,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.0189,
                     "Label": "vout1",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -1138,6 +1266,7 @@
             "Thresholds": [
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.17,
                     "Label": "iout1",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -1145,6 +1274,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.24,
                     "Label": "iout1",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -1152,6 +1282,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.133,
                     "Label": "vin",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -1159,6 +1290,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.128,
                     "Label": "vin",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -1166,6 +1298,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.1168,
                     "Label": "vin",
                     "Name": "lower non critical",
                     "Severity": 0,
@@ -1173,6 +1306,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.11080000000000001,
                     "Label": "vin",
                     "Name": "lower critical",
                     "Severity": 1,
@@ -1180,6 +1314,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.0116,
                     "Label": "vout1",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -1187,6 +1322,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.0095,
                     "Label": "vout1",
                     "Name": "lower critical",
                     "Severity": 1,
@@ -1194,6 +1330,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 1.25,
                     "Label": "temp1",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -1201,6 +1338,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.01,
                     "Label": "vout1",
                     "Name": "lower non critical",
                     "Severity": 0,
@@ -1208,6 +1346,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.011000000000000001,
                     "Label": "vout1",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -1464,24 +1603,28 @@
             "Thresholds": [
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 1.03,
                     "Name": "upper critical",
                     "Severity": 1,
                     "Value": 103
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.98,
                     "Name": "upper non critical",
                     "Severity": 0,
                     "Value": 98
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.05,
                     "Name": "lower non critical",
                     "Severity": 0,
                     "Value": 5
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.0,
                     "Name": "lower critical",
                     "Severity": 1,
                     "Value": 0
@@ -1498,6 +1641,7 @@
             "Thresholds": [
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.02,
                     "Label": "iout1",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -1505,6 +1649,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.025,
                     "Label": "iout1",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -1512,6 +1657,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.031400000000000004,
                     "Label": "vout1",
                     "Name": "lower non critical",
                     "Severity": 0,
@@ -1519,6 +1665,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.0347,
                     "Label": "vout1",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -1526,6 +1673,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.029700000000000004,
                     "Label": "vout1",
                     "Name": "lower critical",
                     "Severity": 1,
@@ -1533,6 +1681,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.0363,
                     "Label": "vout1",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -1550,6 +1699,7 @@
             "Thresholds": [
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.02,
                     "Label": "iout1",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -1557,6 +1707,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.025,
                     "Label": "iout1",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -1564,6 +1715,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.031400000000000004,
                     "Label": "vout1",
                     "Name": "lower non critical",
                     "Severity": 0,
@@ -1571,6 +1723,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.0347,
                     "Label": "vout1",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -1578,6 +1731,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.029700000000000004,
                     "Label": "vout1",
                     "Name": "lower critical",
                     "Severity": 1,
@@ -1585,6 +1739,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.0363,
                     "Label": "vout1",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -1608,6 +1763,7 @@
             "Thresholds": [
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.02,
                     "Label": "curr2",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -1615,6 +1771,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.03,
                     "Label": "curr2",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -1622,6 +1779,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.027999999999999997,
                     "Label": "curr1",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -1629,6 +1787,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.034,
                     "Label": "curr1",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -1636,6 +1795,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.0318,
                     "Label": "in1",
                     "Name": "lower non critical",
                     "Severity": 0,
@@ -1643,6 +1803,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.0351,
                     "Label": "in1",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -1650,6 +1811,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.0301,
                     "Label": "in1",
                     "Name": "lower critical",
                     "Severity": 1,
@@ -1657,6 +1819,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.0368,
                     "Label": "in1",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -1664,6 +1827,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.0313,
                     "Label": "in0",
                     "Name": "lower non critical",
                     "Severity": 0,
@@ -1671,6 +1835,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.0346,
                     "Label": "in0",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -1678,6 +1843,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.029700000000000004,
                     "Label": "in0",
                     "Name": "lower critical",
                     "Severity": 1,
@@ -1685,6 +1851,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.0363,
                     "Label": "in0",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -1706,6 +1873,7 @@
             "Thresholds": [
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.03,
                     "Label": "curr1",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -1713,6 +1881,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.04,
                     "Label": "curr1",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -1720,6 +1889,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.1168,
                     "Label": "in0",
                     "Name": "lower non critical",
                     "Severity": 0,
@@ -1727,6 +1897,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.128,
                     "Label": "in0",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -1734,6 +1905,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.11080000000000001,
                     "Label": "in0",
                     "Name": "lower critical",
                     "Severity": 1,
@@ -1741,6 +1913,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.133,
                     "Label": "in0",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -1758,6 +1931,7 @@
             "Thresholds": [
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.03,
                     "Label": "curr1",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -1765,6 +1939,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.04,
                     "Label": "curr1",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -1772,6 +1947,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.1168,
                     "Label": "in0",
                     "Name": "lower non critical",
                     "Severity": 0,
@@ -1779,6 +1955,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.128,
                     "Label": "in0",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -1786,6 +1963,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.11080000000000001,
                     "Label": "in0",
                     "Name": "lower critical",
                     "Severity": 1,
@@ -1793,6 +1971,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.133,
                     "Label": "in0",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -1810,6 +1989,7 @@
             "Thresholds": [
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.03,
                     "Label": "curr1",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -1817,6 +1997,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.04,
                     "Label": "curr1",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -1824,6 +2005,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.1168,
                     "Label": "in0",
                     "Name": "lower non critical",
                     "Severity": 0,
@@ -1831,6 +2013,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.128,
                     "Label": "in0",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -1838,6 +2021,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.11080000000000001,
                     "Label": "in0",
                     "Name": "lower critical",
                     "Severity": 1,
@@ -1845,6 +2029,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.133,
                     "Label": "in0",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -1862,6 +2047,7 @@
             "Thresholds": [
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.03,
                     "Label": "curr1",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -1869,6 +2055,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.04,
                     "Label": "curr1",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -1876,6 +2063,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.1168,
                     "Label": "in0",
                     "Name": "lower non critical",
                     "Severity": 0,
@@ -1883,6 +2071,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.128,
                     "Label": "in0",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -1890,6 +2079,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.11080000000000001,
                     "Label": "in0",
                     "Name": "lower critical",
                     "Severity": 1,
@@ -1897,6 +2087,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.133,
                     "Label": "in0",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -1914,6 +2105,7 @@
             "Thresholds": [
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.03,
                     "Label": "curr1",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -1921,6 +2113,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.04,
                     "Label": "curr1",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -1928,6 +2121,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.1168,
                     "Label": "in0",
                     "Name": "lower non critical",
                     "Severity": 0,
@@ -1935,6 +2129,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.128,
                     "Label": "in0",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -1942,6 +2137,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.11080000000000001,
                     "Label": "in0",
                     "Name": "lower critical",
                     "Severity": 1,
@@ -1949,6 +2145,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.133,
                     "Label": "in0",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -1966,6 +2163,7 @@
             "Thresholds": [
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.03,
                     "Label": "curr1",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -1973,6 +2171,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.04,
                     "Label": "curr1",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -1980,6 +2179,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.1168,
                     "Label": "in0",
                     "Name": "lower non critical",
                     "Severity": 0,
@@ -1987,6 +2187,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.128,
                     "Label": "in0",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -1994,6 +2195,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.11080000000000001,
                     "Label": "in0",
                     "Name": "lower critical",
                     "Severity": 1,
@@ -2001,6 +2203,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.133,
                     "Label": "in0",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -2018,6 +2221,7 @@
             "Thresholds": [
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.03,
                     "Label": "curr1",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -2025,6 +2229,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.04,
                     "Label": "curr1",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -2032,6 +2237,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.1168,
                     "Label": "in0",
                     "Name": "lower non critical",
                     "Severity": 0,
@@ -2039,6 +2245,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.128,
                     "Label": "in0",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -2046,6 +2253,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.11080000000000001,
                     "Label": "in0",
                     "Name": "lower critical",
                     "Severity": 1,
@@ -2053,6 +2261,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.133,
                     "Label": "in0",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -2070,6 +2279,7 @@
             "Thresholds": [
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.03,
                     "Label": "curr1",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -2077,6 +2287,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.04,
                     "Label": "curr1",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -2084,6 +2295,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.1168,
                     "Label": "in0",
                     "Name": "lower non critical",
                     "Severity": 0,
@@ -2091,6 +2303,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.128,
                     "Label": "in0",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -2098,6 +2311,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.11080000000000001,
                     "Label": "in0",
                     "Name": "lower critical",
                     "Severity": 1,
@@ -2105,6 +2319,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.133,
                     "Label": "in0",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -2122,6 +2337,7 @@
             "Thresholds": [
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.03,
                     "Label": "curr1",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -2129,6 +2345,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.04,
                     "Label": "curr1",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -2136,6 +2353,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.1168,
                     "Label": "in0",
                     "Name": "lower non critical",
                     "Severity": 0,
@@ -2143,6 +2361,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.128,
                     "Label": "in0",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -2150,6 +2369,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.11080000000000001,
                     "Label": "in0",
                     "Name": "lower critical",
                     "Severity": 1,
@@ -2157,6 +2377,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.133,
                     "Label": "in0",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -2174,6 +2395,7 @@
             "Thresholds": [
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.03,
                     "Label": "curr1",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -2181,6 +2403,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.04,
                     "Label": "curr1",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -2188,6 +2411,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.1168,
                     "Label": "in0",
                     "Name": "lower non critical",
                     "Severity": 0,
@@ -2195,6 +2419,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.128,
                     "Label": "in0",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -2202,6 +2427,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.11080000000000001,
                     "Label": "in0",
                     "Name": "lower critical",
                     "Severity": 1,
@@ -2209,6 +2435,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.133,
                     "Label": "in0",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -2226,6 +2453,7 @@
             "Thresholds": [
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.03,
                     "Label": "curr1",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -2233,6 +2461,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.04,
                     "Label": "curr1",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -2240,6 +2469,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.1168,
                     "Label": "in0",
                     "Name": "lower non critical",
                     "Severity": 0,
@@ -2247,6 +2477,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.128,
                     "Label": "in0",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -2254,6 +2485,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.11080000000000001,
                     "Label": "in0",
                     "Name": "lower critical",
                     "Severity": 1,
@@ -2261,6 +2493,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.133,
                     "Label": "in0",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -2278,6 +2511,7 @@
             "Thresholds": [
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.03,
                     "Label": "curr1",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -2285,6 +2519,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.04,
                     "Label": "curr1",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -2292,6 +2527,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.1168,
                     "Label": "in0",
                     "Name": "lower non critical",
                     "Severity": 0,
@@ -2299,6 +2535,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.128,
                     "Label": "in0",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -2306,6 +2543,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.11080000000000001,
                     "Label": "in0",
                     "Name": "lower critical",
                     "Severity": 1,
@@ -2313,6 +2551,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.133,
                     "Label": "in0",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -2330,6 +2569,7 @@
             "Thresholds": [
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.03,
                     "Label": "curr1",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -2337,6 +2577,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.04,
                     "Label": "curr1",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -2344,6 +2585,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.1168,
                     "Label": "in0",
                     "Name": "lower non critical",
                     "Severity": 0,
@@ -2351,6 +2593,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.128,
                     "Label": "in0",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -2358,6 +2601,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.11080000000000001,
                     "Label": "in0",
                     "Name": "lower critical",
                     "Severity": 1,
@@ -2365,6 +2609,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.133,
                     "Label": "in0",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -2382,6 +2627,7 @@
             "Thresholds": [
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.03,
                     "Label": "curr1",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -2389,6 +2635,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.04,
                     "Label": "curr1",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -2396,6 +2643,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.1168,
                     "Label": "in0",
                     "Name": "lower non critical",
                     "Severity": 0,
@@ -2403,6 +2651,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.128,
                     "Label": "in0",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -2410,6 +2659,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.11080000000000001,
                     "Label": "in0",
                     "Name": "lower critical",
                     "Severity": 1,
@@ -2417,6 +2667,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.133,
                     "Label": "in0",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -2434,6 +2685,7 @@
             "Thresholds": [
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.03,
                     "Label": "curr1",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -2441,6 +2693,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.04,
                     "Label": "curr1",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -2448,6 +2701,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.1168,
                     "Label": "in0",
                     "Name": "lower non critical",
                     "Severity": 0,
@@ -2455,6 +2709,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.128,
                     "Label": "in0",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -2462,6 +2717,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.11080000000000001,
                     "Label": "in0",
                     "Name": "lower critical",
                     "Severity": 1,
@@ -2469,6 +2725,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.133,
                     "Label": "in0",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -2486,6 +2743,7 @@
             "Thresholds": [
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.03,
                     "Label": "curr1",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -2493,6 +2751,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.04,
                     "Label": "curr1",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -2500,6 +2759,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.1168,
                     "Label": "in0",
                     "Name": "lower non critical",
                     "Severity": 0,
@@ -2507,6 +2767,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.128,
                     "Label": "in0",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -2514,6 +2775,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.11080000000000001,
                     "Label": "in0",
                     "Name": "lower critical",
                     "Severity": 1,
@@ -2521,6 +2783,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.133,
                     "Label": "in0",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -2538,6 +2801,7 @@
             "Thresholds": [
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.03,
                     "Label": "curr1",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -2545,6 +2809,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.04,
                     "Label": "curr1",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -2552,6 +2817,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.1168,
                     "Label": "in0",
                     "Name": "lower non critical",
                     "Severity": 0,
@@ -2559,6 +2825,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.128,
                     "Label": "in0",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -2566,6 +2833,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.11080000000000001,
                     "Label": "in0",
                     "Name": "lower critical",
                     "Severity": 1,
@@ -2573,6 +2841,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.133,
                     "Label": "in0",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -2590,6 +2859,7 @@
             "Thresholds": [
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.03,
                     "Label": "curr1",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -2597,6 +2867,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.04,
                     "Label": "curr1",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -2604,6 +2875,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.1168,
                     "Label": "in0",
                     "Name": "lower non critical",
                     "Severity": 0,
@@ -2611,6 +2883,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.128,
                     "Label": "in0",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -2618,6 +2891,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.11080000000000001,
                     "Label": "in0",
                     "Name": "lower critical",
                     "Severity": 1,
@@ -2625,6 +2899,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.133,
                     "Label": "in0",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -2642,6 +2917,7 @@
             "Thresholds": [
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.03,
                     "Label": "curr1",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -2649,6 +2925,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.04,
                     "Label": "curr1",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -2656,6 +2933,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.1168,
                     "Label": "in0",
                     "Name": "lower non critical",
                     "Severity": 0,
@@ -2663,6 +2941,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.128,
                     "Label": "in0",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -2670,6 +2949,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.11080000000000001,
                     "Label": "in0",
                     "Name": "lower critical",
                     "Severity": 1,
@@ -2677,6 +2957,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.133,
                     "Label": "in0",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -2694,6 +2975,7 @@
             "Thresholds": [
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.03,
                     "Label": "curr1",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -2701,6 +2983,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.04,
                     "Label": "curr1",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -2708,6 +2991,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.1168,
                     "Label": "in0",
                     "Name": "lower non critical",
                     "Severity": 0,
@@ -2715,6 +2999,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.128,
                     "Label": "in0",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -2722,6 +3007,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.11080000000000001,
                     "Label": "in0",
                     "Name": "lower critical",
                     "Severity": 1,
@@ -2729,6 +3015,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.133,
                     "Label": "in0",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -2746,6 +3033,7 @@
             "Thresholds": [
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.03,
                     "Label": "curr1",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -2753,6 +3041,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.04,
                     "Label": "curr1",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -2760,6 +3049,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.1168,
                     "Label": "in0",
                     "Name": "lower non critical",
                     "Severity": 0,
@@ -2767,6 +3057,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.128,
                     "Label": "in0",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -2774,6 +3065,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.11080000000000001,
                     "Label": "in0",
                     "Name": "lower critical",
                     "Severity": 1,
@@ -2781,6 +3073,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.133,
                     "Label": "in0",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -2798,6 +3091,7 @@
             "Thresholds": [
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.03,
                     "Label": "curr1",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -2805,6 +3099,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.04,
                     "Label": "curr1",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -2812,6 +3107,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.1168,
                     "Label": "in0",
                     "Name": "lower non critical",
                     "Severity": 0,
@@ -2819,6 +3115,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.128,
                     "Label": "in0",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -2826,6 +3123,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.11080000000000001,
                     "Label": "in0",
                     "Name": "lower critical",
                     "Severity": 1,
@@ -2833,6 +3131,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.133,
                     "Label": "in0",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -2850,6 +3149,7 @@
             "Thresholds": [
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.03,
                     "Label": "curr1",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -2857,6 +3157,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.04,
                     "Label": "curr1",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -2864,6 +3165,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.1168,
                     "Label": "in0",
                     "Name": "lower non critical",
                     "Severity": 0,
@@ -2871,6 +3173,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.128,
                     "Label": "in0",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -2878,6 +3181,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.11080000000000001,
                     "Label": "in0",
                     "Name": "lower critical",
                     "Severity": 1,
@@ -2885,6 +3189,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.133,
                     "Label": "in0",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -2902,6 +3207,7 @@
             "Thresholds": [
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.03,
                     "Label": "curr1",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -2909,6 +3215,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.04,
                     "Label": "curr1",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -2916,6 +3223,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.1168,
                     "Label": "in0",
                     "Name": "lower non critical",
                     "Severity": 0,
@@ -2923,6 +3231,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.128,
                     "Label": "in0",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -2930,6 +3239,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.11080000000000001,
                     "Label": "in0",
                     "Name": "lower critical",
                     "Severity": 1,
@@ -2937,6 +3247,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.133,
                     "Label": "in0",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -3495,6 +3806,7 @@
             "Thresholds": [
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.133,
                     "Label": "vin",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -3502,6 +3814,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.128,
                     "Label": "vin",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -3509,6 +3822,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.1168,
                     "Label": "vin",
                     "Name": "lower non critical",
                     "Severity": 0,
@@ -3516,6 +3830,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.11080000000000001,
                     "Label": "vin",
                     "Name": "lower critical",
                     "Severity": 1,
@@ -3523,6 +3838,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 1.5,
                     "Label": "temp1",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -3530,6 +3846,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.0198,
                     "Label": "vout2",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -3537,6 +3854,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.016200000000000003,
                     "Label": "vout2",
                     "Name": "lower critical",
                     "Severity": 1,
@@ -3544,6 +3862,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.15,
                     "Label": "iout2",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -3551,6 +3870,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.0625,
                     "Label": "iout2",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -3558,6 +3878,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.011000000000000001,
                     "Label": "vout1",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -3565,6 +3886,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.009000000000000001,
                     "Label": "vout1",
                     "Name": "lower critical",
                     "Severity": 1,
@@ -3572,6 +3894,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.52,
                     "Label": "iout1",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -3579,6 +3902,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.46,
                     "Label": "iout1",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -3586,6 +3910,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.0095,
                     "Label": "vout1",
                     "Name": "lower non critical",
                     "Severity": 0,
@@ -3593,6 +3918,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.0105,
                     "Label": "vout1",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -3600,6 +3926,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.0171,
                     "Label": "vout2",
                     "Name": "lower non critical",
                     "Severity": 0,
@@ -3607,6 +3934,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.0189,
                     "Label": "vout2",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -3637,6 +3965,7 @@
             "Thresholds": [
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.133,
                     "Label": "vin",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -3644,6 +3973,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.128,
                     "Label": "vin",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -3651,6 +3981,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.1168,
                     "Label": "vin",
                     "Name": "lower non critical",
                     "Severity": 0,
@@ -3658,6 +3989,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.11080000000000001,
                     "Label": "vin",
                     "Name": "lower critical",
                     "Severity": 1,
@@ -3665,6 +3997,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 1.5,
                     "Label": "temp1",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -3672,6 +4005,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.0198,
                     "Label": "vout2",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -3679,6 +4013,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.016200000000000003,
                     "Label": "vout2",
                     "Name": "lower critical",
                     "Severity": 1,
@@ -3686,6 +4021,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.15,
                     "Label": "iout2",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -3693,6 +4029,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.0625,
                     "Label": "iout2",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -3700,6 +4037,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.011000000000000001,
                     "Label": "vout1",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -3707,6 +4045,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.009000000000000001,
                     "Label": "vout1",
                     "Name": "lower critical",
                     "Severity": 1,
@@ -3714,6 +4053,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.52,
                     "Label": "iout1",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -3721,6 +4061,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.46,
                     "Label": "iout1",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -3728,6 +4069,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.0095,
                     "Label": "vout1",
                     "Name": "lower non critical",
                     "Severity": 0,
@@ -3735,6 +4077,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.0105,
                     "Label": "vout1",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -3742,6 +4085,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.0171,
                     "Label": "vout2",
                     "Name": "lower non critical",
                     "Severity": 0,
@@ -3749,6 +4093,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.0189,
                     "Label": "vout2",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -3779,6 +4124,7 @@
             "Thresholds": [
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.133,
                     "Label": "vin",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -3786,6 +4132,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.128,
                     "Label": "vin",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -3793,6 +4140,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.1168,
                     "Label": "vin",
                     "Name": "lower non critical",
                     "Severity": 0,
@@ -3800,6 +4148,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.11080000000000001,
                     "Label": "vin",
                     "Name": "lower critical",
                     "Severity": 1,
@@ -3807,6 +4156,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 1.5,
                     "Label": "temp1",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -3814,6 +4164,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.0198,
                     "Label": "vout2",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -3821,6 +4172,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.016200000000000003,
                     "Label": "vout2",
                     "Name": "lower critical",
                     "Severity": 1,
@@ -3828,6 +4180,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.15,
                     "Label": "iout2",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -3835,6 +4188,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.0625,
                     "Label": "iout2",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -3842,6 +4196,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.011000000000000001,
                     "Label": "vout1",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -3849,6 +4204,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.009000000000000001,
                     "Label": "vout1",
                     "Name": "lower critical",
                     "Severity": 1,
@@ -3856,6 +4212,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.52,
                     "Label": "iout1",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -3863,6 +4220,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.46,
                     "Label": "iout1",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -3870,6 +4228,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.0095,
                     "Label": "vout1",
                     "Name": "lower non critical",
                     "Severity": 0,
@@ -3877,6 +4236,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.0105,
                     "Label": "vout1",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -3884,6 +4244,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.0171,
                     "Label": "vout2",
                     "Name": "lower non critical",
                     "Severity": 0,
@@ -3891,6 +4252,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.0189,
                     "Label": "vout2",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -3921,6 +4283,7 @@
             "Thresholds": [
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.133,
                     "Label": "vin",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -3928,6 +4291,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.128,
                     "Label": "vin",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -3935,6 +4299,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.1168,
                     "Label": "vin",
                     "Name": "lower non critical",
                     "Severity": 0,
@@ -3942,6 +4307,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.11080000000000001,
                     "Label": "vin",
                     "Name": "lower critical",
                     "Severity": 1,
@@ -3949,6 +4315,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 1.5,
                     "Label": "temp1",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -3956,6 +4323,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.0198,
                     "Label": "vout2",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -3963,6 +4331,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.016200000000000003,
                     "Label": "vout2",
                     "Name": "lower critical",
                     "Severity": 1,
@@ -3970,6 +4339,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.15,
                     "Label": "iout2",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -3977,6 +4347,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.0625,
                     "Label": "iout2",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -3984,6 +4355,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.011000000000000001,
                     "Label": "vout1",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -3991,6 +4363,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.009000000000000001,
                     "Label": "vout1",
                     "Name": "lower critical",
                     "Severity": 1,
@@ -3998,6 +4371,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.52,
                     "Label": "iout1",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -4005,6 +4379,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.46,
                     "Label": "iout1",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -4012,6 +4387,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.0095,
                     "Label": "vout1",
                     "Name": "lower non critical",
                     "Severity": 0,
@@ -4019,6 +4395,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.0105,
                     "Label": "vout1",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -4026,6 +4403,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.0171,
                     "Label": "vout2",
                     "Name": "lower non critical",
                     "Severity": 0,
@@ -4033,6 +4411,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.0189,
                     "Label": "vout2",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -4063,6 +4442,7 @@
             "Thresholds": [
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.133,
                     "Label": "vin",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -4070,6 +4450,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.128,
                     "Label": "vin",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -4077,6 +4458,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.1168,
                     "Label": "vin",
                     "Name": "lower non critical",
                     "Severity": 0,
@@ -4084,6 +4466,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.11080000000000001,
                     "Label": "vin",
                     "Name": "lower critical",
                     "Severity": 1,
@@ -4091,6 +4474,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 1.5,
                     "Label": "temp1",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -4098,6 +4482,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.0198,
                     "Label": "vout1",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -4105,6 +4490,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.013999999999999999,
                     "Label": "vout1",
                     "Name": "lower critical",
                     "Severity": 1,
@@ -4112,6 +4498,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 6.34,
                     "Label": "iout1",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -4119,6 +4506,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 5.5,
                     "Label": "iout1",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -4126,6 +4514,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.0198,
                     "Label": "vout2",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -4133,6 +4522,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.016200000000000003,
                     "Label": "vout2",
                     "Name": "lower critical",
                     "Severity": 1,
@@ -4140,6 +4530,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 1.6400000000000001,
                     "Label": "iout2",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -4147,6 +4538,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 1.02,
                     "Label": "iout2",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -4154,6 +4546,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.0171,
                     "Label": "vout2",
                     "Name": "lower non critical",
                     "Severity": 0,
@@ -4161,6 +4554,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.0189,
                     "Label": "vout2",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -4168,6 +4562,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.015,
                     "Label": "vout1",
                     "Name": "lower non critical",
                     "Severity": 0,
@@ -4175,6 +4570,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.0189,
                     "Label": "vout1",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -4205,6 +4601,7 @@
             "Thresholds": [
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.133,
                     "Label": "vin",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -4212,6 +4609,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.128,
                     "Label": "vin",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -4219,6 +4617,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.1168,
                     "Label": "vin",
                     "Name": "lower non critical",
                     "Severity": 0,
@@ -4226,6 +4625,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.11080000000000001,
                     "Label": "vin",
                     "Name": "lower critical",
                     "Severity": 1,
@@ -4233,6 +4633,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 1.5,
                     "Label": "temp1",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -4240,6 +4641,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.0198,
                     "Label": "vout1",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -4247,6 +4649,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.013999999999999999,
                     "Label": "vout1",
                     "Name": "lower critical",
                     "Severity": 1,
@@ -4254,6 +4657,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 6.34,
                     "Label": "iout1",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -4261,6 +4665,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 5.5,
                     "Label": "iout1",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -4268,6 +4673,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.0198,
                     "Label": "vout2",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -4275,6 +4681,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.016200000000000003,
                     "Label": "vout2",
                     "Name": "lower critical",
                     "Severity": 1,
@@ -4282,6 +4689,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 1.6400000000000001,
                     "Label": "iout2",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -4289,6 +4697,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 1.02,
                     "Label": "iout2",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -4296,6 +4705,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.0171,
                     "Label": "vout2",
                     "Name": "lower non critical",
                     "Severity": 0,
@@ -4303,6 +4713,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.0189,
                     "Label": "vout2",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -4310,6 +4721,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.015,
                     "Label": "vout1",
                     "Name": "lower non critical",
                     "Severity": 0,
@@ -4317,6 +4729,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.0189,
                     "Label": "vout1",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -4347,6 +4760,7 @@
             "Thresholds": [
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.133,
                     "Label": "vin",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -4354,6 +4768,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.128,
                     "Label": "vin",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -4361,6 +4776,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.1168,
                     "Label": "vin",
                     "Name": "lower non critical",
                     "Severity": 0,
@@ -4368,6 +4784,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.11080000000000001,
                     "Label": "vin",
                     "Name": "lower critical",
                     "Severity": 1,
@@ -4375,6 +4792,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 1.5,
                     "Label": "temp1",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -4382,6 +4800,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.0198,
                     "Label": "vout1",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -4389,6 +4808,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.013999999999999999,
                     "Label": "vout1",
                     "Name": "lower critical",
                     "Severity": 1,
@@ -4396,6 +4816,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 6.34,
                     "Label": "iout1",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -4403,6 +4824,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 5.5,
                     "Label": "iout1",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -4410,6 +4832,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.0198,
                     "Label": "vout2",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -4417,6 +4840,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.016200000000000003,
                     "Label": "vout2",
                     "Name": "lower critical",
                     "Severity": 1,
@@ -4424,6 +4848,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 1.6400000000000001,
                     "Label": "iout2",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -4431,6 +4856,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 1.02,
                     "Label": "iout2",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -4438,6 +4864,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.0171,
                     "Label": "vout2",
                     "Name": "lower non critical",
                     "Severity": 0,
@@ -4445,6 +4872,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.0189,
                     "Label": "vout2",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -4452,6 +4880,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.015,
                     "Label": "vout1",
                     "Name": "lower non critical",
                     "Severity": 0,
@@ -4459,6 +4888,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.0189,
                     "Label": "vout1",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -4489,6 +4919,7 @@
             "Thresholds": [
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.133,
                     "Label": "vin",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -4496,6 +4927,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.128,
                     "Label": "vin",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -4503,6 +4935,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.1168,
                     "Label": "vin",
                     "Name": "lower non critical",
                     "Severity": 0,
@@ -4510,6 +4943,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.11080000000000001,
                     "Label": "vin",
                     "Name": "lower critical",
                     "Severity": 1,
@@ -4517,6 +4951,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 1.5,
                     "Label": "temp1",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -4524,6 +4959,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.0198,
                     "Label": "vout1",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -4531,6 +4967,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.013999999999999999,
                     "Label": "vout1",
                     "Name": "lower critical",
                     "Severity": 1,
@@ -4538,6 +4975,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 6.34,
                     "Label": "iout1",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -4545,6 +4983,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 5.5,
                     "Label": "iout1",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -4552,6 +4991,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.0198,
                     "Label": "vout2",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -4559,6 +4999,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.016200000000000003,
                     "Label": "vout2",
                     "Name": "lower critical",
                     "Severity": 1,
@@ -4566,6 +5007,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 1.6400000000000001,
                     "Label": "iout2",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -4573,6 +5015,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 1.02,
                     "Label": "iout2",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -4580,6 +5023,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.0171,
                     "Label": "vout2",
                     "Name": "lower non critical",
                     "Severity": 0,
@@ -4587,6 +5031,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.0189,
                     "Label": "vout2",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -4594,6 +5039,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.015,
                     "Label": "vout1",
                     "Name": "lower non critical",
                     "Severity": 0,
@@ -4601,6 +5047,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.0189,
                     "Label": "vout1",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -4627,6 +5074,7 @@
             "Thresholds": [
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.08,
                     "Label": "iout1",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -4634,6 +5082,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.005200000000000001,
                     "Label": "iout1",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -4641,6 +5090,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.011000000000000001,
                     "Label": "vout1",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -4648,6 +5098,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.009000000000000001,
                     "Label": "vout1",
                     "Name": "lower critical",
                     "Severity": 1,
@@ -4655,6 +5106,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.133,
                     "Label": "vin",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -4662,6 +5114,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.128,
                     "Label": "vin",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -4669,6 +5122,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.1168,
                     "Label": "vin",
                     "Name": "lower non critical",
                     "Severity": 0,
@@ -4676,6 +5130,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.11080000000000001,
                     "Label": "vin",
                     "Name": "lower critical",
                     "Severity": 1,
@@ -4683,6 +5138,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 1.2,
                     "Label": "temp1",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -4690,6 +5146,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 1.4000000000000001,
                     "Label": "temp1",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -4697,6 +5154,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.0095,
                     "Label": "vout1",
                     "Name": "lower non critical",
                     "Severity": 0,
@@ -4704,6 +5162,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.0105,
                     "Label": "vout1",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -4730,6 +5189,7 @@
             "Thresholds": [
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.08,
                     "Label": "iout1",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -4737,6 +5197,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.005200000000000001,
                     "Label": "iout1",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -4744,6 +5205,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.011000000000000001,
                     "Label": "vout1",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -4751,6 +5213,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.009000000000000001,
                     "Label": "vout1",
                     "Name": "lower critical",
                     "Severity": 1,
@@ -4758,6 +5221,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.133,
                     "Label": "vin",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -4765,6 +5229,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.128,
                     "Label": "vin",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -4772,6 +5237,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.1168,
                     "Label": "vin",
                     "Name": "lower non critical",
                     "Severity": 0,
@@ -4779,6 +5245,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.11080000000000001,
                     "Label": "vin",
                     "Name": "lower critical",
                     "Severity": 1,
@@ -4786,6 +5253,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 1.2,
                     "Label": "temp1",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -4793,6 +5261,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 1.4000000000000001,
                     "Label": "temp1",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -4800,6 +5269,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.0095,
                     "Label": "vout1",
                     "Name": "lower non critical",
                     "Severity": 0,
@@ -4807,6 +5277,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.0105,
                     "Label": "vout1",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -4833,6 +5304,7 @@
             "Thresholds": [
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.08,
                     "Label": "iout1",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -4840,6 +5312,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.005200000000000001,
                     "Label": "iout1",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -4847,6 +5320,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.011000000000000001,
                     "Label": "vout1",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -4854,6 +5328,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.009000000000000001,
                     "Label": "vout1",
                     "Name": "lower critical",
                     "Severity": 1,
@@ -4861,6 +5336,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.133,
                     "Label": "vin",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -4868,6 +5344,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.128,
                     "Label": "vin",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -4875,6 +5352,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.1168,
                     "Label": "vin",
                     "Name": "lower non critical",
                     "Severity": 0,
@@ -4882,6 +5360,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.11080000000000001,
                     "Label": "vin",
                     "Name": "lower critical",
                     "Severity": 1,
@@ -4889,6 +5368,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 1.2,
                     "Label": "temp1",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -4896,6 +5376,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 1.4000000000000001,
                     "Label": "temp1",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -4903,6 +5384,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.0095,
                     "Label": "vout1",
                     "Name": "lower non critical",
                     "Severity": 0,
@@ -4910,6 +5392,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.0105,
                     "Label": "vout1",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -4936,6 +5419,7 @@
             "Thresholds": [
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.08,
                     "Label": "iout1",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -4943,6 +5427,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.005200000000000001,
                     "Label": "iout1",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -4950,6 +5435,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.011000000000000001,
                     "Label": "vout1",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -4957,6 +5443,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.009000000000000001,
                     "Label": "vout1",
                     "Name": "lower critical",
                     "Severity": 1,
@@ -4964,6 +5451,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.133,
                     "Label": "vin",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -4971,6 +5459,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.128,
                     "Label": "vin",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -4978,6 +5467,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.1168,
                     "Label": "vin",
                     "Name": "lower non critical",
                     "Severity": 0,
@@ -4985,6 +5475,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.11080000000000001,
                     "Label": "vin",
                     "Name": "lower critical",
                     "Severity": 1,
@@ -4992,6 +5483,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 1.2,
                     "Label": "temp1",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -4999,6 +5491,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 1.4000000000000001,
                     "Label": "temp1",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -5006,6 +5499,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.0095,
                     "Label": "vout1",
                     "Name": "lower non critical",
                     "Severity": 0,
@@ -5013,6 +5507,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.0105,
                     "Label": "vout1",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -5039,6 +5534,7 @@
             "Thresholds": [
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.08,
                     "Label": "iout1",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -5046,6 +5542,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.0275,
                     "Label": "vout1",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -5053,6 +5550,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.133,
                     "Label": "vin",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -5060,6 +5558,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.128,
                     "Label": "vin",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -5067,6 +5566,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.1168,
                     "Label": "vin",
                     "Name": "lower non critical",
                     "Severity": 0,
@@ -5074,6 +5574,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.11080000000000001,
                     "Label": "vin",
                     "Name": "lower critical",
                     "Severity": 1,
@@ -5081,6 +5582,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 1.2,
                     "Label": "temp1",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -5088,6 +5590,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 1.4000000000000001,
                     "Label": "temp1",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -5095,6 +5598,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.04,
                     "Label": "iout1",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -5102,6 +5606,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.023799999999999998,
                     "Label": "vout1",
                     "Name": "lower non critical",
                     "Severity": 0,
@@ -5109,6 +5614,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.0263,
                     "Label": "vout1",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -5116,6 +5622,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.0225,
                     "Label": "vout1",
                     "Name": "lower critical",
                     "Severity": 1,
@@ -5142,6 +5649,7 @@
             "Thresholds": [
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.08,
                     "Label": "iout1",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -5149,6 +5657,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.0275,
                     "Label": "vout1",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -5156,6 +5665,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.133,
                     "Label": "vin",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -5163,6 +5673,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.128,
                     "Label": "vin",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -5170,6 +5681,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.1168,
                     "Label": "vin",
                     "Name": "lower non critical",
                     "Severity": 0,
@@ -5177,6 +5689,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.11080000000000001,
                     "Label": "vin",
                     "Name": "lower critical",
                     "Severity": 1,
@@ -5184,6 +5697,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 1.2,
                     "Label": "temp1",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -5191,6 +5705,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 1.4000000000000001,
                     "Label": "temp1",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -5198,6 +5713,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.04,
                     "Label": "iout1",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -5205,6 +5721,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.023799999999999998,
                     "Label": "vout1",
                     "Name": "lower non critical",
                     "Severity": 0,
@@ -5212,6 +5729,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.0263,
                     "Label": "vout1",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -5219,6 +5737,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.0225,
                     "Label": "vout1",
                     "Name": "lower critical",
                     "Severity": 1,
@@ -5245,6 +5764,7 @@
             "Thresholds": [
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.08,
                     "Label": "iout1",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -5252,6 +5772,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.0275,
                     "Label": "vout1",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -5259,6 +5780,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.133,
                     "Label": "vin",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -5266,6 +5788,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.128,
                     "Label": "vin",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -5273,6 +5796,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.1168,
                     "Label": "vin",
                     "Name": "lower non critical",
                     "Severity": 0,
@@ -5280,6 +5804,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.11080000000000001,
                     "Label": "vin",
                     "Name": "lower critical",
                     "Severity": 1,
@@ -5287,6 +5812,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 1.2,
                     "Label": "temp1",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -5294,6 +5820,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 1.4000000000000001,
                     "Label": "temp1",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -5301,6 +5828,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.04,
                     "Label": "iout1",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -5308,6 +5836,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.023799999999999998,
                     "Label": "vout1",
                     "Name": "lower non critical",
                     "Severity": 0,
@@ -5315,6 +5844,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.0263,
                     "Label": "vout1",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -5322,6 +5852,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.0225,
                     "Label": "vout1",
                     "Name": "lower critical",
                     "Severity": 1,
@@ -5348,6 +5879,7 @@
             "Thresholds": [
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.08,
                     "Label": "iout1",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -5355,6 +5887,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.0275,
                     "Label": "vout1",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -5362,6 +5895,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.133,
                     "Label": "vin",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -5369,6 +5903,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.128,
                     "Label": "vin",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -5376,6 +5911,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.1168,
                     "Label": "vin",
                     "Name": "lower non critical",
                     "Severity": 0,
@@ -5383,6 +5919,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.11080000000000001,
                     "Label": "vin",
                     "Name": "lower critical",
                     "Severity": 1,
@@ -5390,6 +5927,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 1.2,
                     "Label": "temp1",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -5397,6 +5935,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 1.4000000000000001,
                     "Label": "temp1",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -5404,6 +5943,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.04,
                     "Label": "iout1",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -5411,6 +5951,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.023799999999999998,
                     "Label": "vout1",
                     "Name": "lower non critical",
                     "Severity": 0,
@@ -5418,6 +5959,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.0263,
                     "Label": "vout1",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -5425,6 +5967,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.0225,
                     "Label": "vout1",
                     "Name": "lower critical",
                     "Severity": 1,
@@ -5451,6 +5994,7 @@
             "Thresholds": [
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.55,
                     "Label": "iout1",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -5458,6 +6002,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.25,
                     "Label": "iout1",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -5465,6 +6010,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.133,
                     "Label": "vin",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -5472,6 +6018,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.128,
                     "Label": "vin",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -5479,6 +6026,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.1168,
                     "Label": "vin",
                     "Name": "lower non critical",
                     "Severity": 0,
@@ -5486,6 +6034,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.11080000000000001,
                     "Label": "vin",
                     "Name": "lower critical",
                     "Severity": 1,
@@ -5493,6 +6042,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.0125,
                     "Label": "vout1",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -5500,6 +6050,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 1.2,
                     "Label": "temp1",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -5507,6 +6058,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 1.4000000000000001,
                     "Label": "temp1",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -5514,6 +6066,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.0108,
                     "Label": "vout1",
                     "Name": "lower non critical",
                     "Severity": 0,
@@ -5521,6 +6074,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.012,
                     "Label": "vout1",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -5528,6 +6082,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.0103,
                     "Label": "vout1",
                     "Name": "lower critical",
                     "Severity": 1,
@@ -5556,6 +6111,7 @@
             "Thresholds": [
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.55,
                     "Label": "iout1",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -5563,6 +6119,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.25,
                     "Label": "iout1",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -5570,6 +6127,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.133,
                     "Label": "vin",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -5577,6 +6135,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.128,
                     "Label": "vin",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -5584,6 +6143,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.1168,
                     "Label": "vin",
                     "Name": "lower non critical",
                     "Severity": 0,
@@ -5591,6 +6151,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.11080000000000001,
                     "Label": "vin",
                     "Name": "lower critical",
                     "Severity": 1,
@@ -5598,6 +6159,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.0125,
                     "Label": "vout1",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -5605,6 +6167,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 1.2,
                     "Label": "temp1",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -5612,6 +6175,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 1.4000000000000001,
                     "Label": "temp1",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -5619,6 +6183,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.0108,
                     "Label": "vout1",
                     "Name": "lower non critical",
                     "Severity": 0,
@@ -5626,6 +6191,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.012,
                     "Label": "vout1",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -5633,6 +6199,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.0103,
                     "Label": "vout1",
                     "Name": "lower critical",
                     "Severity": 1,
@@ -5661,6 +6228,7 @@
             "Thresholds": [
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.55,
                     "Label": "iout1",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -5668,6 +6236,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.25,
                     "Label": "iout1",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -5675,6 +6244,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.133,
                     "Label": "vin",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -5682,6 +6252,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.128,
                     "Label": "vin",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -5689,6 +6260,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.1168,
                     "Label": "vin",
                     "Name": "lower non critical",
                     "Severity": 0,
@@ -5696,6 +6268,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.11080000000000001,
                     "Label": "vin",
                     "Name": "lower critical",
                     "Severity": 1,
@@ -5703,6 +6276,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.0125,
                     "Label": "vout1",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -5710,6 +6284,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 1.2,
                     "Label": "temp1",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -5717,6 +6292,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 1.4000000000000001,
                     "Label": "temp1",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -5724,6 +6300,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.0108,
                     "Label": "vout1",
                     "Name": "lower non critical",
                     "Severity": 0,
@@ -5731,6 +6308,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.012,
                     "Label": "vout1",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -5738,6 +6316,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.0103,
                     "Label": "vout1",
                     "Name": "lower critical",
                     "Severity": 1,
@@ -5766,6 +6345,7 @@
             "Thresholds": [
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.55,
                     "Label": "iout1",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -5773,6 +6353,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.25,
                     "Label": "iout1",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -5780,6 +6361,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.133,
                     "Label": "vin",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -5787,6 +6369,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.128,
                     "Label": "vin",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -5794,6 +6377,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.1168,
                     "Label": "vin",
                     "Name": "lower non critical",
                     "Severity": 0,
@@ -5801,6 +6385,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.11080000000000001,
                     "Label": "vin",
                     "Name": "lower critical",
                     "Severity": 1,
@@ -5808,6 +6393,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.0125,
                     "Label": "vout1",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -5815,6 +6401,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 1.2,
                     "Label": "temp1",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -5822,6 +6409,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 1.4000000000000001,
                     "Label": "temp1",
                     "Name": "upper critical",
                     "Severity": 1,
@@ -5829,6 +6417,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.0108,
                     "Label": "vout1",
                     "Name": "lower non critical",
                     "Severity": 0,
@@ -5836,6 +6425,7 @@
                 },
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 0.012,
                     "Label": "vout1",
                     "Name": "upper non critical",
                     "Severity": 0,
@@ -5843,6 +6433,7 @@
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.0103,
                     "Label": "vout1",
                     "Name": "lower critical",
                     "Severity": 1,