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_rssd.json b/configurations/sbp1_rssd.json
index f159fed..ca248ca 100644
--- a/configurations/sbp1_rssd.json
+++ b/configurations/sbp1_rssd.json
@@ -16,6 +16,7 @@
"Thresholds": [
{
"Direction": "greater than",
+ "Hysteresis": 0.03,
"Label": "curr1",
"Name": "upper non critical",
"Severity": 0,
@@ -23,6 +24,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.04,
"Label": "curr1",
"Name": "upper critical",
"Severity": 1,
@@ -30,6 +32,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.001,
"Label": "curr2",
"Name": "upper non critical",
"Severity": 0,
@@ -37,6 +40,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.0015,
"Label": "curr2",
"Name": "upper critical",
"Severity": 1,
@@ -44,6 +48,7 @@
},
{
"Direction": "less than",
+ "Hysteresis": 0.1168,
"Label": "in0",
"Name": "lower non critical",
"Severity": 0,
@@ -51,6 +56,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.128,
"Label": "in0",
"Name": "upper non critical",
"Severity": 0,
@@ -58,6 +64,7 @@
},
{
"Direction": "less than",
+ "Hysteresis": 0.11080000000000001,
"Label": "in0",
"Name": "lower critical",
"Severity": 1,
@@ -65,6 +72,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.133,
"Label": "in0",
"Name": "upper critical",
"Severity": 1,
@@ -72,6 +80,7 @@
},
{
"Direction": "less than",
+ "Hysteresis": 0.031400000000000004,
"Label": "in1",
"Name": "lower non critical",
"Severity": 0,
@@ -79,6 +88,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.0347,
"Label": "in1",
"Name": "upper non critical",
"Severity": 0,
@@ -86,6 +96,7 @@
},
{
"Direction": "less than",
+ "Hysteresis": 0.029700000000000004,
"Label": "in1",
"Name": "lower critical",
"Severity": 1,
@@ -93,6 +104,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.0363,
"Label": "in1",
"Name": "upper critical",
"Severity": 1,
@@ -132,6 +144,7 @@
"Thresholds": [
{
"Direction": "greater than",
+ "Hysteresis": 0.03,
"Label": "curr1",
"Name": "upper non critical",
"Severity": 0,
@@ -139,6 +152,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.04,
"Label": "curr1",
"Name": "upper critical",
"Severity": 1,
@@ -146,6 +160,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.001,
"Label": "curr2",
"Name": "upper non critical",
"Severity": 0,
@@ -153,6 +168,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.0015,
"Label": "curr2",
"Name": "upper critical",
"Severity": 1,
@@ -160,6 +176,7 @@
},
{
"Direction": "less than",
+ "Hysteresis": 0.1168,
"Label": "in0",
"Name": "lower non critical",
"Severity": 0,
@@ -167,6 +184,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.128,
"Label": "in0",
"Name": "upper non critical",
"Severity": 0,
@@ -174,6 +192,7 @@
},
{
"Direction": "less than",
+ "Hysteresis": 0.11080000000000001,
"Label": "in0",
"Name": "lower critical",
"Severity": 1,
@@ -181,6 +200,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.133,
"Label": "in0",
"Name": "upper critical",
"Severity": 1,
@@ -188,6 +208,7 @@
},
{
"Direction": "less than",
+ "Hysteresis": 0.031400000000000004,
"Label": "in1",
"Name": "lower non critical",
"Severity": 0,
@@ -195,6 +216,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.0347,
"Label": "in1",
"Name": "upper non critical",
"Severity": 0,
@@ -202,6 +224,7 @@
},
{
"Direction": "less than",
+ "Hysteresis": 0.029700000000000004,
"Label": "in1",
"Name": "lower critical",
"Severity": 1,
@@ -209,6 +232,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.0363,
"Label": "in1",
"Name": "upper critical",
"Severity": 1,
@@ -248,6 +272,7 @@
"Thresholds": [
{
"Direction": "greater than",
+ "Hysteresis": 0.03,
"Label": "curr1",
"Name": "upper non critical",
"Severity": 0,
@@ -255,6 +280,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.04,
"Label": "curr1",
"Name": "upper critical",
"Severity": 1,
@@ -262,6 +288,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.001,
"Label": "curr2",
"Name": "upper non critical",
"Severity": 0,
@@ -269,6 +296,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.0015,
"Label": "curr2",
"Name": "upper critical",
"Severity": 1,
@@ -276,6 +304,7 @@
},
{
"Direction": "less than",
+ "Hysteresis": 0.1168,
"Label": "in0",
"Name": "lower non critical",
"Severity": 0,
@@ -283,6 +312,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.128,
"Label": "in0",
"Name": "upper non critical",
"Severity": 0,
@@ -290,6 +320,7 @@
},
{
"Direction": "less than",
+ "Hysteresis": 0.11080000000000001,
"Label": "in0",
"Name": "lower critical",
"Severity": 1,
@@ -297,6 +328,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.133,
"Label": "in0",
"Name": "upper critical",
"Severity": 1,
@@ -304,6 +336,7 @@
},
{
"Direction": "less than",
+ "Hysteresis": 0.031400000000000004,
"Label": "in1",
"Name": "lower non critical",
"Severity": 0,
@@ -311,6 +344,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.0347,
"Label": "in1",
"Name": "upper non critical",
"Severity": 0,
@@ -318,6 +352,7 @@
},
{
"Direction": "less than",
+ "Hysteresis": 0.029700000000000004,
"Label": "in1",
"Name": "lower critical",
"Severity": 1,
@@ -325,6 +360,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.0363,
"Label": "in1",
"Name": "upper critical",
"Severity": 1,
@@ -364,6 +400,7 @@
"Thresholds": [
{
"Direction": "greater than",
+ "Hysteresis": 0.03,
"Label": "curr1",
"Name": "upper non critical",
"Severity": 0,
@@ -371,6 +408,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.04,
"Label": "curr1",
"Name": "upper critical",
"Severity": 1,
@@ -378,6 +416,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.001,
"Label": "curr2",
"Name": "upper non critical",
"Severity": 0,
@@ -385,6 +424,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.0015,
"Label": "curr2",
"Name": "upper critical",
"Severity": 1,
@@ -392,6 +432,7 @@
},
{
"Direction": "less than",
+ "Hysteresis": 0.1168,
"Label": "in0",
"Name": "lower non critical",
"Severity": 0,
@@ -399,6 +440,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.128,
"Label": "in0",
"Name": "upper non critical",
"Severity": 0,
@@ -406,6 +448,7 @@
},
{
"Direction": "less than",
+ "Hysteresis": 0.11080000000000001,
"Label": "in0",
"Name": "lower critical",
"Severity": 1,
@@ -413,6 +456,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.133,
"Label": "in0",
"Name": "upper critical",
"Severity": 1,
@@ -420,6 +464,7 @@
},
{
"Direction": "less than",
+ "Hysteresis": 0.031400000000000004,
"Label": "in1",
"Name": "lower non critical",
"Severity": 0,
@@ -427,6 +472,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.0347,
"Label": "in1",
"Name": "upper non critical",
"Severity": 0,
@@ -434,6 +480,7 @@
},
{
"Direction": "less than",
+ "Hysteresis": 0.029700000000000004,
"Label": "in1",
"Name": "lower critical",
"Severity": 1,
@@ -441,6 +488,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.0363,
"Label": "in1",
"Name": "upper critical",
"Severity": 1,
@@ -480,6 +528,7 @@
"Thresholds": [
{
"Direction": "greater than",
+ "Hysteresis": 0.03,
"Label": "curr1",
"Name": "upper non critical",
"Severity": 0,
@@ -487,6 +536,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.04,
"Label": "curr1",
"Name": "upper critical",
"Severity": 1,
@@ -494,6 +544,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.001,
"Label": "curr2",
"Name": "upper non critical",
"Severity": 0,
@@ -501,6 +552,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.0015,
"Label": "curr2",
"Name": "upper critical",
"Severity": 1,
@@ -508,6 +560,7 @@
},
{
"Direction": "less than",
+ "Hysteresis": 0.1168,
"Label": "in0",
"Name": "lower non critical",
"Severity": 0,
@@ -515,6 +568,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.128,
"Label": "in0",
"Name": "upper non critical",
"Severity": 0,
@@ -522,6 +576,7 @@
},
{
"Direction": "less than",
+ "Hysteresis": 0.11080000000000001,
"Label": "in0",
"Name": "lower critical",
"Severity": 1,
@@ -529,6 +584,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.133,
"Label": "in0",
"Name": "upper critical",
"Severity": 1,
@@ -536,6 +592,7 @@
},
{
"Direction": "less than",
+ "Hysteresis": 0.031400000000000004,
"Label": "in1",
"Name": "lower non critical",
"Severity": 0,
@@ -543,6 +600,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.0347,
"Label": "in1",
"Name": "upper non critical",
"Severity": 0,
@@ -550,6 +608,7 @@
},
{
"Direction": "less than",
+ "Hysteresis": 0.029700000000000004,
"Label": "in1",
"Name": "lower critical",
"Severity": 1,
@@ -557,6 +616,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.0363,
"Label": "in1",
"Name": "upper critical",
"Severity": 1,
@@ -596,6 +656,7 @@
"Thresholds": [
{
"Direction": "greater than",
+ "Hysteresis": 0.03,
"Label": "curr1",
"Name": "upper non critical",
"Severity": 0,
@@ -603,6 +664,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.04,
"Label": "curr1",
"Name": "upper critical",
"Severity": 1,
@@ -610,6 +672,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.001,
"Label": "curr2",
"Name": "upper non critical",
"Severity": 0,
@@ -617,6 +680,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.0015,
"Label": "curr2",
"Name": "upper critical",
"Severity": 1,
@@ -624,6 +688,7 @@
},
{
"Direction": "less than",
+ "Hysteresis": 0.1168,
"Label": "in0",
"Name": "lower non critical",
"Severity": 0,
@@ -631,6 +696,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.128,
"Label": "in0",
"Name": "upper non critical",
"Severity": 0,
@@ -638,6 +704,7 @@
},
{
"Direction": "less than",
+ "Hysteresis": 0.11080000000000001,
"Label": "in0",
"Name": "lower critical",
"Severity": 1,
@@ -645,6 +712,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.133,
"Label": "in0",
"Name": "upper critical",
"Severity": 1,
@@ -652,6 +720,7 @@
},
{
"Direction": "less than",
+ "Hysteresis": 0.031400000000000004,
"Label": "in1",
"Name": "lower non critical",
"Severity": 0,
@@ -659,6 +728,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.0347,
"Label": "in1",
"Name": "upper non critical",
"Severity": 0,
@@ -666,6 +736,7 @@
},
{
"Direction": "less than",
+ "Hysteresis": 0.029700000000000004,
"Label": "in1",
"Name": "lower critical",
"Severity": 1,
@@ -673,6 +744,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.0363,
"Label": "in1",
"Name": "upper critical",
"Severity": 1,
@@ -712,6 +784,7 @@
"Thresholds": [
{
"Direction": "greater than",
+ "Hysteresis": 0.03,
"Label": "curr1",
"Name": "upper non critical",
"Severity": 0,
@@ -719,6 +792,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.04,
"Label": "curr1",
"Name": "upper critical",
"Severity": 1,
@@ -726,6 +800,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.001,
"Label": "curr2",
"Name": "upper non critical",
"Severity": 0,
@@ -733,6 +808,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.0015,
"Label": "curr2",
"Name": "upper critical",
"Severity": 1,
@@ -740,6 +816,7 @@
},
{
"Direction": "less than",
+ "Hysteresis": 0.1168,
"Label": "in0",
"Name": "lower non critical",
"Severity": 0,
@@ -747,6 +824,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.128,
"Label": "in0",
"Name": "upper non critical",
"Severity": 0,
@@ -754,6 +832,7 @@
},
{
"Direction": "less than",
+ "Hysteresis": 0.11080000000000001,
"Label": "in0",
"Name": "lower critical",
"Severity": 1,
@@ -761,6 +840,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.133,
"Label": "in0",
"Name": "upper critical",
"Severity": 1,
@@ -768,6 +848,7 @@
},
{
"Direction": "less than",
+ "Hysteresis": 0.031400000000000004,
"Label": "in1",
"Name": "lower non critical",
"Severity": 0,
@@ -775,6 +856,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.0347,
"Label": "in1",
"Name": "upper non critical",
"Severity": 0,
@@ -782,6 +864,7 @@
},
{
"Direction": "less than",
+ "Hysteresis": 0.029700000000000004,
"Label": "in1",
"Name": "lower critical",
"Severity": 1,
@@ -789,6 +872,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.0363,
"Label": "in1",
"Name": "upper critical",
"Severity": 1,
@@ -828,6 +912,7 @@
"Thresholds": [
{
"Direction": "greater than",
+ "Hysteresis": 0.03,
"Label": "curr1",
"Name": "upper non critical",
"Severity": 0,
@@ -835,6 +920,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.04,
"Label": "curr1",
"Name": "upper critical",
"Severity": 1,
@@ -842,6 +928,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.001,
"Label": "curr2",
"Name": "upper non critical",
"Severity": 0,
@@ -849,6 +936,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.0015,
"Label": "curr2",
"Name": "upper critical",
"Severity": 1,
@@ -856,6 +944,7 @@
},
{
"Direction": "less than",
+ "Hysteresis": 0.1168,
"Label": "in0",
"Name": "lower non critical",
"Severity": 0,
@@ -863,6 +952,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.128,
"Label": "in0",
"Name": "upper non critical",
"Severity": 0,
@@ -870,6 +960,7 @@
},
{
"Direction": "less than",
+ "Hysteresis": 0.11080000000000001,
"Label": "in0",
"Name": "lower critical",
"Severity": 1,
@@ -877,6 +968,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.133,
"Label": "in0",
"Name": "upper critical",
"Severity": 1,
@@ -884,6 +976,7 @@
},
{
"Direction": "less than",
+ "Hysteresis": 0.031400000000000004,
"Label": "in1",
"Name": "lower non critical",
"Severity": 0,
@@ -891,6 +984,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.0347,
"Label": "in1",
"Name": "upper non critical",
"Severity": 0,
@@ -898,6 +992,7 @@
},
{
"Direction": "less than",
+ "Hysteresis": 0.029700000000000004,
"Label": "in1",
"Name": "lower critical",
"Severity": 1,
@@ -905,6 +1000,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.0363,
"Label": "in1",
"Name": "upper critical",
"Severity": 1,
@@ -944,6 +1040,7 @@
"Thresholds": [
{
"Direction": "greater than",
+ "Hysteresis": 0.03,
"Label": "curr1",
"Name": "upper non critical",
"Severity": 0,
@@ -951,6 +1048,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.04,
"Label": "curr1",
"Name": "upper critical",
"Severity": 1,
@@ -958,6 +1056,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.001,
"Label": "curr2",
"Name": "upper non critical",
"Severity": 0,
@@ -965,6 +1064,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.0015,
"Label": "curr2",
"Name": "upper critical",
"Severity": 1,
@@ -972,6 +1072,7 @@
},
{
"Direction": "less than",
+ "Hysteresis": 0.1168,
"Label": "in0",
"Name": "lower non critical",
"Severity": 0,
@@ -979,6 +1080,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.128,
"Label": "in0",
"Name": "upper non critical",
"Severity": 0,
@@ -986,6 +1088,7 @@
},
{
"Direction": "less than",
+ "Hysteresis": 0.11080000000000001,
"Label": "in0",
"Name": "lower critical",
"Severity": 1,
@@ -993,6 +1096,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.133,
"Label": "in0",
"Name": "upper critical",
"Severity": 1,
@@ -1000,6 +1104,7 @@
},
{
"Direction": "less than",
+ "Hysteresis": 0.031400000000000004,
"Label": "in1",
"Name": "lower non critical",
"Severity": 0,
@@ -1007,6 +1112,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.0347,
"Label": "in1",
"Name": "upper non critical",
"Severity": 0,
@@ -1014,6 +1120,7 @@
},
{
"Direction": "less than",
+ "Hysteresis": 0.029700000000000004,
"Label": "in1",
"Name": "lower critical",
"Severity": 1,
@@ -1021,6 +1128,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.0363,
"Label": "in1",
"Name": "upper critical",
"Severity": 1,
@@ -1060,6 +1168,7 @@
"Thresholds": [
{
"Direction": "greater than",
+ "Hysteresis": 0.03,
"Label": "curr1",
"Name": "upper non critical",
"Severity": 0,
@@ -1067,6 +1176,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.04,
"Label": "curr1",
"Name": "upper critical",
"Severity": 1,
@@ -1074,6 +1184,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.001,
"Label": "curr2",
"Name": "upper non critical",
"Severity": 0,
@@ -1081,6 +1192,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.0015,
"Label": "curr2",
"Name": "upper critical",
"Severity": 1,
@@ -1088,6 +1200,7 @@
},
{
"Direction": "less than",
+ "Hysteresis": 0.1168,
"Label": "in0",
"Name": "lower non critical",
"Severity": 0,
@@ -1095,6 +1208,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.128,
"Label": "in0",
"Name": "upper non critical",
"Severity": 0,
@@ -1102,6 +1216,7 @@
},
{
"Direction": "less than",
+ "Hysteresis": 0.11080000000000001,
"Label": "in0",
"Name": "lower critical",
"Severity": 1,
@@ -1109,6 +1224,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.133,
"Label": "in0",
"Name": "upper critical",
"Severity": 1,
@@ -1116,6 +1232,7 @@
},
{
"Direction": "less than",
+ "Hysteresis": 0.031400000000000004,
"Label": "in1",
"Name": "lower non critical",
"Severity": 0,
@@ -1123,6 +1240,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.0347,
"Label": "in1",
"Name": "upper non critical",
"Severity": 0,
@@ -1130,6 +1248,7 @@
},
{
"Direction": "less than",
+ "Hysteresis": 0.029700000000000004,
"Label": "in1",
"Name": "lower critical",
"Severity": 1,
@@ -1137,6 +1256,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.0363,
"Label": "in1",
"Name": "upper critical",
"Severity": 1,
@@ -1176,6 +1296,7 @@
"Thresholds": [
{
"Direction": "greater than",
+ "Hysteresis": 0.03,
"Label": "curr1",
"Name": "upper non critical",
"Severity": 0,
@@ -1183,6 +1304,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.04,
"Label": "curr1",
"Name": "upper critical",
"Severity": 1,
@@ -1190,6 +1312,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.001,
"Label": "curr2",
"Name": "upper non critical",
"Severity": 0,
@@ -1197,6 +1320,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.0015,
"Label": "curr2",
"Name": "upper critical",
"Severity": 1,
@@ -1204,6 +1328,7 @@
},
{
"Direction": "less than",
+ "Hysteresis": 0.1168,
"Label": "in0",
"Name": "lower non critical",
"Severity": 0,
@@ -1211,6 +1336,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.128,
"Label": "in0",
"Name": "upper non critical",
"Severity": 0,
@@ -1218,6 +1344,7 @@
},
{
"Direction": "less than",
+ "Hysteresis": 0.11080000000000001,
"Label": "in0",
"Name": "lower critical",
"Severity": 1,
@@ -1225,6 +1352,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.133,
"Label": "in0",
"Name": "upper critical",
"Severity": 1,
@@ -1232,6 +1360,7 @@
},
{
"Direction": "less than",
+ "Hysteresis": 0.031400000000000004,
"Label": "in1",
"Name": "lower non critical",
"Severity": 0,
@@ -1239,6 +1368,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.0347,
"Label": "in1",
"Name": "upper non critical",
"Severity": 0,
@@ -1246,6 +1376,7 @@
},
{
"Direction": "less than",
+ "Hysteresis": 0.029700000000000004,
"Label": "in1",
"Name": "lower critical",
"Severity": 1,
@@ -1253,6 +1384,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.0363,
"Label": "in1",
"Name": "upper critical",
"Severity": 1,
@@ -1292,6 +1424,7 @@
"Thresholds": [
{
"Direction": "greater than",
+ "Hysteresis": 0.03,
"Label": "curr1",
"Name": "upper non critical",
"Severity": 0,
@@ -1299,6 +1432,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.04,
"Label": "curr1",
"Name": "upper critical",
"Severity": 1,
@@ -1306,6 +1440,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.001,
"Label": "curr2",
"Name": "upper non critical",
"Severity": 0,
@@ -1313,6 +1448,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.0015,
"Label": "curr2",
"Name": "upper critical",
"Severity": 1,
@@ -1320,6 +1456,7 @@
},
{
"Direction": "less than",
+ "Hysteresis": 0.1168,
"Label": "in0",
"Name": "lower non critical",
"Severity": 0,
@@ -1327,6 +1464,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.128,
"Label": "in0",
"Name": "upper non critical",
"Severity": 0,
@@ -1334,6 +1472,7 @@
},
{
"Direction": "less than",
+ "Hysteresis": 0.11080000000000001,
"Label": "in0",
"Name": "lower critical",
"Severity": 1,
@@ -1341,6 +1480,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.133,
"Label": "in0",
"Name": "upper critical",
"Severity": 1,
@@ -1348,6 +1488,7 @@
},
{
"Direction": "less than",
+ "Hysteresis": 0.031400000000000004,
"Label": "in1",
"Name": "lower non critical",
"Severity": 0,
@@ -1355,6 +1496,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.0347,
"Label": "in1",
"Name": "upper non critical",
"Severity": 0,
@@ -1362,6 +1504,7 @@
},
{
"Direction": "less than",
+ "Hysteresis": 0.029700000000000004,
"Label": "in1",
"Name": "lower critical",
"Severity": 1,
@@ -1369,6 +1512,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.0363,
"Label": "in1",
"Name": "upper critical",
"Severity": 1,
@@ -1408,6 +1552,7 @@
"Thresholds": [
{
"Direction": "greater than",
+ "Hysteresis": 0.03,
"Label": "curr1",
"Name": "upper non critical",
"Severity": 0,
@@ -1415,6 +1560,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.04,
"Label": "curr1",
"Name": "upper critical",
"Severity": 1,
@@ -1422,6 +1568,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.001,
"Label": "curr2",
"Name": "upper non critical",
"Severity": 0,
@@ -1429,6 +1576,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.0015,
"Label": "curr2",
"Name": "upper critical",
"Severity": 1,
@@ -1436,6 +1584,7 @@
},
{
"Direction": "less than",
+ "Hysteresis": 0.1168,
"Label": "in0",
"Name": "lower non critical",
"Severity": 0,
@@ -1443,6 +1592,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.128,
"Label": "in0",
"Name": "upper non critical",
"Severity": 0,
@@ -1450,6 +1600,7 @@
},
{
"Direction": "less than",
+ "Hysteresis": 0.11080000000000001,
"Label": "in0",
"Name": "lower critical",
"Severity": 1,
@@ -1457,6 +1608,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.133,
"Label": "in0",
"Name": "upper critical",
"Severity": 1,
@@ -1464,6 +1616,7 @@
},
{
"Direction": "less than",
+ "Hysteresis": 0.031400000000000004,
"Label": "in1",
"Name": "lower non critical",
"Severity": 0,
@@ -1471,6 +1624,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.0347,
"Label": "in1",
"Name": "upper non critical",
"Severity": 0,
@@ -1478,6 +1632,7 @@
},
{
"Direction": "less than",
+ "Hysteresis": 0.029700000000000004,
"Label": "in1",
"Name": "lower critical",
"Severity": 1,
@@ -1485,6 +1640,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.0363,
"Label": "in1",
"Name": "upper critical",
"Severity": 1,
@@ -1524,6 +1680,7 @@
"Thresholds": [
{
"Direction": "greater than",
+ "Hysteresis": 0.03,
"Label": "curr1",
"Name": "upper non critical",
"Severity": 0,
@@ -1531,6 +1688,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.04,
"Label": "curr1",
"Name": "upper critical",
"Severity": 1,
@@ -1538,6 +1696,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.001,
"Label": "curr2",
"Name": "upper non critical",
"Severity": 0,
@@ -1545,6 +1704,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.0015,
"Label": "curr2",
"Name": "upper critical",
"Severity": 1,
@@ -1552,6 +1712,7 @@
},
{
"Direction": "less than",
+ "Hysteresis": 0.1168,
"Label": "in0",
"Name": "lower non critical",
"Severity": 0,
@@ -1559,6 +1720,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.128,
"Label": "in0",
"Name": "upper non critical",
"Severity": 0,
@@ -1566,6 +1728,7 @@
},
{
"Direction": "less than",
+ "Hysteresis": 0.11080000000000001,
"Label": "in0",
"Name": "lower critical",
"Severity": 1,
@@ -1573,6 +1736,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.133,
"Label": "in0",
"Name": "upper critical",
"Severity": 1,
@@ -1580,6 +1744,7 @@
},
{
"Direction": "less than",
+ "Hysteresis": 0.031400000000000004,
"Label": "in1",
"Name": "lower non critical",
"Severity": 0,
@@ -1587,6 +1752,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.0347,
"Label": "in1",
"Name": "upper non critical",
"Severity": 0,
@@ -1594,6 +1760,7 @@
},
{
"Direction": "less than",
+ "Hysteresis": 0.029700000000000004,
"Label": "in1",
"Name": "lower critical",
"Severity": 1,
@@ -1601,6 +1768,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.0363,
"Label": "in1",
"Name": "upper critical",
"Severity": 1,
@@ -1640,6 +1808,7 @@
"Thresholds": [
{
"Direction": "greater than",
+ "Hysteresis": 0.03,
"Label": "curr1",
"Name": "upper non critical",
"Severity": 0,
@@ -1647,6 +1816,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.04,
"Label": "curr1",
"Name": "upper critical",
"Severity": 1,
@@ -1654,6 +1824,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.001,
"Label": "curr2",
"Name": "upper non critical",
"Severity": 0,
@@ -1661,6 +1832,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.0015,
"Label": "curr2",
"Name": "upper critical",
"Severity": 1,
@@ -1668,6 +1840,7 @@
},
{
"Direction": "less than",
+ "Hysteresis": 0.1168,
"Label": "in0",
"Name": "lower non critical",
"Severity": 0,
@@ -1675,6 +1848,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.128,
"Label": "in0",
"Name": "upper non critical",
"Severity": 0,
@@ -1682,6 +1856,7 @@
},
{
"Direction": "less than",
+ "Hysteresis": 0.11080000000000001,
"Label": "in0",
"Name": "lower critical",
"Severity": 1,
@@ -1689,6 +1864,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.133,
"Label": "in0",
"Name": "upper critical",
"Severity": 1,
@@ -1696,6 +1872,7 @@
},
{
"Direction": "less than",
+ "Hysteresis": 0.031400000000000004,
"Label": "in1",
"Name": "lower non critical",
"Severity": 0,
@@ -1703,6 +1880,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.0347,
"Label": "in1",
"Name": "upper non critical",
"Severity": 0,
@@ -1710,6 +1888,7 @@
},
{
"Direction": "less than",
+ "Hysteresis": 0.029700000000000004,
"Label": "in1",
"Name": "lower critical",
"Severity": 1,
@@ -1717,6 +1896,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.0363,
"Label": "in1",
"Name": "upper critical",
"Severity": 1,
@@ -1756,6 +1936,7 @@
"Thresholds": [
{
"Direction": "greater than",
+ "Hysteresis": 0.03,
"Label": "curr1",
"Name": "upper non critical",
"Severity": 0,
@@ -1763,6 +1944,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.04,
"Label": "curr1",
"Name": "upper critical",
"Severity": 1,
@@ -1770,6 +1952,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.001,
"Label": "curr2",
"Name": "upper non critical",
"Severity": 0,
@@ -1777,6 +1960,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.0015,
"Label": "curr2",
"Name": "upper critical",
"Severity": 1,
@@ -1784,6 +1968,7 @@
},
{
"Direction": "less than",
+ "Hysteresis": 0.1168,
"Label": "in0",
"Name": "lower non critical",
"Severity": 0,
@@ -1791,6 +1976,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.128,
"Label": "in0",
"Name": "upper non critical",
"Severity": 0,
@@ -1798,6 +1984,7 @@
},
{
"Direction": "less than",
+ "Hysteresis": 0.11080000000000001,
"Label": "in0",
"Name": "lower critical",
"Severity": 1,
@@ -1805,6 +1992,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.133,
"Label": "in0",
"Name": "upper critical",
"Severity": 1,
@@ -1812,6 +2000,7 @@
},
{
"Direction": "less than",
+ "Hysteresis": 0.031400000000000004,
"Label": "in1",
"Name": "lower non critical",
"Severity": 0,
@@ -1819,6 +2008,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.0347,
"Label": "in1",
"Name": "upper non critical",
"Severity": 0,
@@ -1826,6 +2016,7 @@
},
{
"Direction": "less than",
+ "Hysteresis": 0.029700000000000004,
"Label": "in1",
"Name": "lower critical",
"Severity": 1,
@@ -1833,6 +2024,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.0363,
"Label": "in1",
"Name": "upper critical",
"Severity": 1,
@@ -1872,6 +2064,7 @@
"Thresholds": [
{
"Direction": "greater than",
+ "Hysteresis": 0.03,
"Label": "curr1",
"Name": "upper non critical",
"Severity": 0,
@@ -1879,6 +2072,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.04,
"Label": "curr1",
"Name": "upper critical",
"Severity": 1,
@@ -1886,6 +2080,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.001,
"Label": "curr2",
"Name": "upper non critical",
"Severity": 0,
@@ -1893,6 +2088,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.0015,
"Label": "curr2",
"Name": "upper critical",
"Severity": 1,
@@ -1900,6 +2096,7 @@
},
{
"Direction": "less than",
+ "Hysteresis": 0.1168,
"Label": "in0",
"Name": "lower non critical",
"Severity": 0,
@@ -1907,6 +2104,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.128,
"Label": "in0",
"Name": "upper non critical",
"Severity": 0,
@@ -1914,6 +2112,7 @@
},
{
"Direction": "less than",
+ "Hysteresis": 0.11080000000000001,
"Label": "in0",
"Name": "lower critical",
"Severity": 1,
@@ -1921,6 +2120,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.133,
"Label": "in0",
"Name": "upper critical",
"Severity": 1,
@@ -1928,6 +2128,7 @@
},
{
"Direction": "less than",
+ "Hysteresis": 0.031400000000000004,
"Label": "in1",
"Name": "lower non critical",
"Severity": 0,
@@ -1935,6 +2136,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.0347,
"Label": "in1",
"Name": "upper non critical",
"Severity": 0,
@@ -1942,6 +2144,7 @@
},
{
"Direction": "less than",
+ "Hysteresis": 0.029700000000000004,
"Label": "in1",
"Name": "lower critical",
"Severity": 1,
@@ -1949,6 +2152,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.0363,
"Label": "in1",
"Name": "upper critical",
"Severity": 1,
@@ -1988,6 +2192,7 @@
"Thresholds": [
{
"Direction": "greater than",
+ "Hysteresis": 0.03,
"Label": "curr1",
"Name": "upper non critical",
"Severity": 0,
@@ -1995,6 +2200,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.04,
"Label": "curr1",
"Name": "upper critical",
"Severity": 1,
@@ -2002,6 +2208,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.001,
"Label": "curr2",
"Name": "upper non critical",
"Severity": 0,
@@ -2009,6 +2216,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.0015,
"Label": "curr2",
"Name": "upper critical",
"Severity": 1,
@@ -2016,6 +2224,7 @@
},
{
"Direction": "less than",
+ "Hysteresis": 0.1168,
"Label": "in0",
"Name": "lower non critical",
"Severity": 0,
@@ -2023,6 +2232,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.128,
"Label": "in0",
"Name": "upper non critical",
"Severity": 0,
@@ -2030,6 +2240,7 @@
},
{
"Direction": "less than",
+ "Hysteresis": 0.11080000000000001,
"Label": "in0",
"Name": "lower critical",
"Severity": 1,
@@ -2037,6 +2248,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.133,
"Label": "in0",
"Name": "upper critical",
"Severity": 1,
@@ -2044,6 +2256,7 @@
},
{
"Direction": "less than",
+ "Hysteresis": 0.031400000000000004,
"Label": "in1",
"Name": "lower non critical",
"Severity": 0,
@@ -2051,6 +2264,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.0347,
"Label": "in1",
"Name": "upper non critical",
"Severity": 0,
@@ -2058,6 +2272,7 @@
},
{
"Direction": "less than",
+ "Hysteresis": 0.029700000000000004,
"Label": "in1",
"Name": "lower critical",
"Severity": 1,
@@ -2065,6 +2280,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.0363,
"Label": "in1",
"Name": "upper critical",
"Severity": 1,
@@ -2104,6 +2320,7 @@
"Thresholds": [
{
"Direction": "greater than",
+ "Hysteresis": 0.03,
"Label": "curr1",
"Name": "upper non critical",
"Severity": 0,
@@ -2111,6 +2328,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.04,
"Label": "curr1",
"Name": "upper critical",
"Severity": 1,
@@ -2118,6 +2336,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.001,
"Label": "curr2",
"Name": "upper non critical",
"Severity": 0,
@@ -2125,6 +2344,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.0015,
"Label": "curr2",
"Name": "upper critical",
"Severity": 1,
@@ -2132,6 +2352,7 @@
},
{
"Direction": "less than",
+ "Hysteresis": 0.1168,
"Label": "in0",
"Name": "lower non critical",
"Severity": 0,
@@ -2139,6 +2360,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.128,
"Label": "in0",
"Name": "upper non critical",
"Severity": 0,
@@ -2146,6 +2368,7 @@
},
{
"Direction": "less than",
+ "Hysteresis": 0.11080000000000001,
"Label": "in0",
"Name": "lower critical",
"Severity": 1,
@@ -2153,6 +2376,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.133,
"Label": "in0",
"Name": "upper critical",
"Severity": 1,
@@ -2160,6 +2384,7 @@
},
{
"Direction": "less than",
+ "Hysteresis": 0.031400000000000004,
"Label": "in1",
"Name": "lower non critical",
"Severity": 0,
@@ -2167,6 +2392,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.0347,
"Label": "in1",
"Name": "upper non critical",
"Severity": 0,
@@ -2174,6 +2400,7 @@
},
{
"Direction": "less than",
+ "Hysteresis": 0.029700000000000004,
"Label": "in1",
"Name": "lower critical",
"Severity": 1,
@@ -2181,6 +2408,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.0363,
"Label": "in1",
"Name": "upper critical",
"Severity": 1,
@@ -2220,6 +2448,7 @@
"Thresholds": [
{
"Direction": "greater than",
+ "Hysteresis": 0.03,
"Label": "curr1",
"Name": "upper non critical",
"Severity": 0,
@@ -2227,6 +2456,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.04,
"Label": "curr1",
"Name": "upper critical",
"Severity": 1,
@@ -2234,6 +2464,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.001,
"Label": "curr2",
"Name": "upper non critical",
"Severity": 0,
@@ -2241,6 +2472,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.0015,
"Label": "curr2",
"Name": "upper critical",
"Severity": 1,
@@ -2248,6 +2480,7 @@
},
{
"Direction": "less than",
+ "Hysteresis": 0.1168,
"Label": "in0",
"Name": "lower non critical",
"Severity": 0,
@@ -2255,6 +2488,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.128,
"Label": "in0",
"Name": "upper non critical",
"Severity": 0,
@@ -2262,6 +2496,7 @@
},
{
"Direction": "less than",
+ "Hysteresis": 0.11080000000000001,
"Label": "in0",
"Name": "lower critical",
"Severity": 1,
@@ -2269,6 +2504,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.133,
"Label": "in0",
"Name": "upper critical",
"Severity": 1,
@@ -2276,6 +2512,7 @@
},
{
"Direction": "less than",
+ "Hysteresis": 0.031400000000000004,
"Label": "in1",
"Name": "lower non critical",
"Severity": 0,
@@ -2283,6 +2520,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.0347,
"Label": "in1",
"Name": "upper non critical",
"Severity": 0,
@@ -2290,6 +2528,7 @@
},
{
"Direction": "less than",
+ "Hysteresis": 0.029700000000000004,
"Label": "in1",
"Name": "lower critical",
"Severity": 1,
@@ -2297,6 +2536,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.0363,
"Label": "in1",
"Name": "upper critical",
"Severity": 1,
@@ -2336,6 +2576,7 @@
"Thresholds": [
{
"Direction": "greater than",
+ "Hysteresis": 0.03,
"Label": "curr1",
"Name": "upper non critical",
"Severity": 0,
@@ -2343,6 +2584,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.04,
"Label": "curr1",
"Name": "upper critical",
"Severity": 1,
@@ -2350,6 +2592,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.001,
"Label": "curr2",
"Name": "upper non critical",
"Severity": 0,
@@ -2357,6 +2600,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.0015,
"Label": "curr2",
"Name": "upper critical",
"Severity": 1,
@@ -2364,6 +2608,7 @@
},
{
"Direction": "less than",
+ "Hysteresis": 0.1168,
"Label": "in0",
"Name": "lower non critical",
"Severity": 0,
@@ -2371,6 +2616,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.128,
"Label": "in0",
"Name": "upper non critical",
"Severity": 0,
@@ -2378,6 +2624,7 @@
},
{
"Direction": "less than",
+ "Hysteresis": 0.11080000000000001,
"Label": "in0",
"Name": "lower critical",
"Severity": 1,
@@ -2385,6 +2632,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.133,
"Label": "in0",
"Name": "upper critical",
"Severity": 1,
@@ -2392,6 +2640,7 @@
},
{
"Direction": "less than",
+ "Hysteresis": 0.031400000000000004,
"Label": "in1",
"Name": "lower non critical",
"Severity": 0,
@@ -2399,6 +2648,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.0347,
"Label": "in1",
"Name": "upper non critical",
"Severity": 0,
@@ -2406,6 +2656,7 @@
},
{
"Direction": "less than",
+ "Hysteresis": 0.029700000000000004,
"Label": "in1",
"Name": "lower critical",
"Severity": 1,
@@ -2413,6 +2664,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.0363,
"Label": "in1",
"Name": "upper critical",
"Severity": 1,
@@ -2452,6 +2704,7 @@
"Thresholds": [
{
"Direction": "greater than",
+ "Hysteresis": 0.03,
"Label": "curr1",
"Name": "upper non critical",
"Severity": 0,
@@ -2459,6 +2712,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.04,
"Label": "curr1",
"Name": "upper critical",
"Severity": 1,
@@ -2466,6 +2720,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.001,
"Label": "curr2",
"Name": "upper non critical",
"Severity": 0,
@@ -2473,6 +2728,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.0015,
"Label": "curr2",
"Name": "upper critical",
"Severity": 1,
@@ -2480,6 +2736,7 @@
},
{
"Direction": "less than",
+ "Hysteresis": 0.1168,
"Label": "in0",
"Name": "lower non critical",
"Severity": 0,
@@ -2487,6 +2744,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.128,
"Label": "in0",
"Name": "upper non critical",
"Severity": 0,
@@ -2494,6 +2752,7 @@
},
{
"Direction": "less than",
+ "Hysteresis": 0.11080000000000001,
"Label": "in0",
"Name": "lower critical",
"Severity": 1,
@@ -2501,6 +2760,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.133,
"Label": "in0",
"Name": "upper critical",
"Severity": 1,
@@ -2508,6 +2768,7 @@
},
{
"Direction": "less than",
+ "Hysteresis": 0.031400000000000004,
"Label": "in1",
"Name": "lower non critical",
"Severity": 0,
@@ -2515,6 +2776,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.0347,
"Label": "in1",
"Name": "upper non critical",
"Severity": 0,
@@ -2522,6 +2784,7 @@
},
{
"Direction": "less than",
+ "Hysteresis": 0.029700000000000004,
"Label": "in1",
"Name": "lower critical",
"Severity": 1,
@@ -2529,6 +2792,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.0363,
"Label": "in1",
"Name": "upper critical",
"Severity": 1,
@@ -2568,6 +2832,7 @@
"Thresholds": [
{
"Direction": "greater than",
+ "Hysteresis": 0.03,
"Label": "curr1",
"Name": "upper non critical",
"Severity": 0,
@@ -2575,6 +2840,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.04,
"Label": "curr1",
"Name": "upper critical",
"Severity": 1,
@@ -2582,6 +2848,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.001,
"Label": "curr2",
"Name": "upper non critical",
"Severity": 0,
@@ -2589,6 +2856,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.0015,
"Label": "curr2",
"Name": "upper critical",
"Severity": 1,
@@ -2596,6 +2864,7 @@
},
{
"Direction": "less than",
+ "Hysteresis": 0.1168,
"Label": "in0",
"Name": "lower non critical",
"Severity": 0,
@@ -2603,6 +2872,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.128,
"Label": "in0",
"Name": "upper non critical",
"Severity": 0,
@@ -2610,6 +2880,7 @@
},
{
"Direction": "less than",
+ "Hysteresis": 0.11080000000000001,
"Label": "in0",
"Name": "lower critical",
"Severity": 1,
@@ -2617,6 +2888,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.133,
"Label": "in0",
"Name": "upper critical",
"Severity": 1,
@@ -2624,6 +2896,7 @@
},
{
"Direction": "less than",
+ "Hysteresis": 0.031400000000000004,
"Label": "in1",
"Name": "lower non critical",
"Severity": 0,
@@ -2631,6 +2904,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.0347,
"Label": "in1",
"Name": "upper non critical",
"Severity": 0,
@@ -2638,6 +2912,7 @@
},
{
"Direction": "less than",
+ "Hysteresis": 0.029700000000000004,
"Label": "in1",
"Name": "lower critical",
"Severity": 1,
@@ -2645,6 +2920,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.0363,
"Label": "in1",
"Name": "upper critical",
"Severity": 1,
@@ -2684,6 +2960,7 @@
"Thresholds": [
{
"Direction": "greater than",
+ "Hysteresis": 0.03,
"Label": "curr1",
"Name": "upper non critical",
"Severity": 0,
@@ -2691,6 +2968,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.04,
"Label": "curr1",
"Name": "upper critical",
"Severity": 1,
@@ -2698,6 +2976,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.001,
"Label": "curr2",
"Name": "upper non critical",
"Severity": 0,
@@ -2705,6 +2984,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.0015,
"Label": "curr2",
"Name": "upper critical",
"Severity": 1,
@@ -2712,6 +2992,7 @@
},
{
"Direction": "less than",
+ "Hysteresis": 0.1168,
"Label": "in0",
"Name": "lower non critical",
"Severity": 0,
@@ -2719,6 +3000,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.128,
"Label": "in0",
"Name": "upper non critical",
"Severity": 0,
@@ -2726,6 +3008,7 @@
},
{
"Direction": "less than",
+ "Hysteresis": 0.11080000000000001,
"Label": "in0",
"Name": "lower critical",
"Severity": 1,
@@ -2733,6 +3016,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.133,
"Label": "in0",
"Name": "upper critical",
"Severity": 1,
@@ -2740,6 +3024,7 @@
},
{
"Direction": "less than",
+ "Hysteresis": 0.031400000000000004,
"Label": "in1",
"Name": "lower non critical",
"Severity": 0,
@@ -2747,6 +3032,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.0347,
"Label": "in1",
"Name": "upper non critical",
"Severity": 0,
@@ -2754,6 +3040,7 @@
},
{
"Direction": "less than",
+ "Hysteresis": 0.029700000000000004,
"Label": "in1",
"Name": "lower critical",
"Severity": 1,
@@ -2761,6 +3048,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.0363,
"Label": "in1",
"Name": "upper critical",
"Severity": 1,
@@ -2800,6 +3088,7 @@
"Thresholds": [
{
"Direction": "greater than",
+ "Hysteresis": 0.03,
"Label": "curr1",
"Name": "upper non critical",
"Severity": 0,
@@ -2807,6 +3096,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.04,
"Label": "curr1",
"Name": "upper critical",
"Severity": 1,
@@ -2814,6 +3104,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.001,
"Label": "curr2",
"Name": "upper non critical",
"Severity": 0,
@@ -2821,6 +3112,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.0015,
"Label": "curr2",
"Name": "upper critical",
"Severity": 1,
@@ -2828,6 +3120,7 @@
},
{
"Direction": "less than",
+ "Hysteresis": 0.1168,
"Label": "in0",
"Name": "lower non critical",
"Severity": 0,
@@ -2835,6 +3128,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.128,
"Label": "in0",
"Name": "upper non critical",
"Severity": 0,
@@ -2842,6 +3136,7 @@
},
{
"Direction": "less than",
+ "Hysteresis": 0.11080000000000001,
"Label": "in0",
"Name": "lower critical",
"Severity": 1,
@@ -2849,6 +3144,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.133,
"Label": "in0",
"Name": "upper critical",
"Severity": 1,
@@ -2856,6 +3152,7 @@
},
{
"Direction": "less than",
+ "Hysteresis": 0.031400000000000004,
"Label": "in1",
"Name": "lower non critical",
"Severity": 0,
@@ -2863,6 +3160,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.0347,
"Label": "in1",
"Name": "upper non critical",
"Severity": 0,
@@ -2870,6 +3168,7 @@
},
{
"Direction": "less than",
+ "Hysteresis": 0.029700000000000004,
"Label": "in1",
"Name": "lower critical",
"Severity": 1,
@@ -2877,6 +3176,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.0363,
"Label": "in1",
"Name": "upper critical",
"Severity": 1,
@@ -2916,6 +3216,7 @@
"Thresholds": [
{
"Direction": "greater than",
+ "Hysteresis": 0.03,
"Label": "curr1",
"Name": "upper non critical",
"Severity": 0,
@@ -2923,6 +3224,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.04,
"Label": "curr1",
"Name": "upper critical",
"Severity": 1,
@@ -2930,6 +3232,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.001,
"Label": "curr2",
"Name": "upper non critical",
"Severity": 0,
@@ -2937,6 +3240,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.0015,
"Label": "curr2",
"Name": "upper critical",
"Severity": 1,
@@ -2944,6 +3248,7 @@
},
{
"Direction": "less than",
+ "Hysteresis": 0.1168,
"Label": "in0",
"Name": "lower non critical",
"Severity": 0,
@@ -2951,6 +3256,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.128,
"Label": "in0",
"Name": "upper non critical",
"Severity": 0,
@@ -2958,6 +3264,7 @@
},
{
"Direction": "less than",
+ "Hysteresis": 0.11080000000000001,
"Label": "in0",
"Name": "lower critical",
"Severity": 1,
@@ -2965,6 +3272,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.133,
"Label": "in0",
"Name": "upper critical",
"Severity": 1,
@@ -2972,6 +3280,7 @@
},
{
"Direction": "less than",
+ "Hysteresis": 0.031400000000000004,
"Label": "in1",
"Name": "lower non critical",
"Severity": 0,
@@ -2979,6 +3288,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.0347,
"Label": "in1",
"Name": "upper non critical",
"Severity": 0,
@@ -2986,6 +3296,7 @@
},
{
"Direction": "less than",
+ "Hysteresis": 0.029700000000000004,
"Label": "in1",
"Name": "lower critical",
"Severity": 1,
@@ -2993,6 +3304,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.0363,
"Label": "in1",
"Name": "upper critical",
"Severity": 1,
@@ -3032,6 +3344,7 @@
"Thresholds": [
{
"Direction": "greater than",
+ "Hysteresis": 0.03,
"Label": "curr1",
"Name": "upper non critical",
"Severity": 0,
@@ -3039,6 +3352,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.04,
"Label": "curr1",
"Name": "upper critical",
"Severity": 1,
@@ -3046,6 +3360,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.001,
"Label": "curr2",
"Name": "upper non critical",
"Severity": 0,
@@ -3053,6 +3368,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.0015,
"Label": "curr2",
"Name": "upper critical",
"Severity": 1,
@@ -3060,6 +3376,7 @@
},
{
"Direction": "less than",
+ "Hysteresis": 0.1168,
"Label": "in0",
"Name": "lower non critical",
"Severity": 0,
@@ -3067,6 +3384,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.128,
"Label": "in0",
"Name": "upper non critical",
"Severity": 0,
@@ -3074,6 +3392,7 @@
},
{
"Direction": "less than",
+ "Hysteresis": 0.11080000000000001,
"Label": "in0",
"Name": "lower critical",
"Severity": 1,
@@ -3081,6 +3400,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.133,
"Label": "in0",
"Name": "upper critical",
"Severity": 1,
@@ -3088,6 +3408,7 @@
},
{
"Direction": "less than",
+ "Hysteresis": 0.031400000000000004,
"Label": "in1",
"Name": "lower non critical",
"Severity": 0,
@@ -3095,6 +3416,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.0347,
"Label": "in1",
"Name": "upper non critical",
"Severity": 0,
@@ -3102,6 +3424,7 @@
},
{
"Direction": "less than",
+ "Hysteresis": 0.029700000000000004,
"Label": "in1",
"Name": "lower critical",
"Severity": 1,
@@ -3109,6 +3432,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.0363,
"Label": "in1",
"Name": "upper critical",
"Severity": 1,
@@ -3148,6 +3472,7 @@
"Thresholds": [
{
"Direction": "greater than",
+ "Hysteresis": 0.03,
"Label": "curr1",
"Name": "upper non critical",
"Severity": 0,
@@ -3155,6 +3480,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.04,
"Label": "curr1",
"Name": "upper critical",
"Severity": 1,
@@ -3162,6 +3488,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.001,
"Label": "curr2",
"Name": "upper non critical",
"Severity": 0,
@@ -3169,6 +3496,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.0015,
"Label": "curr2",
"Name": "upper critical",
"Severity": 1,
@@ -3176,6 +3504,7 @@
},
{
"Direction": "less than",
+ "Hysteresis": 0.1168,
"Label": "in0",
"Name": "lower non critical",
"Severity": 0,
@@ -3183,6 +3512,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.128,
"Label": "in0",
"Name": "upper non critical",
"Severity": 0,
@@ -3190,6 +3520,7 @@
},
{
"Direction": "less than",
+ "Hysteresis": 0.11080000000000001,
"Label": "in0",
"Name": "lower critical",
"Severity": 1,
@@ -3197,6 +3528,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.133,
"Label": "in0",
"Name": "upper critical",
"Severity": 1,
@@ -3204,6 +3536,7 @@
},
{
"Direction": "less than",
+ "Hysteresis": 0.031400000000000004,
"Label": "in1",
"Name": "lower non critical",
"Severity": 0,
@@ -3211,6 +3544,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.0347,
"Label": "in1",
"Name": "upper non critical",
"Severity": 0,
@@ -3218,6 +3552,7 @@
},
{
"Direction": "less than",
+ "Hysteresis": 0.029700000000000004,
"Label": "in1",
"Name": "lower critical",
"Severity": 1,
@@ -3225,6 +3560,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.0363,
"Label": "in1",
"Name": "upper critical",
"Severity": 1,
@@ -3264,6 +3600,7 @@
"Thresholds": [
{
"Direction": "greater than",
+ "Hysteresis": 0.03,
"Label": "curr1",
"Name": "upper non critical",
"Severity": 0,
@@ -3271,6 +3608,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.04,
"Label": "curr1",
"Name": "upper critical",
"Severity": 1,
@@ -3278,6 +3616,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.001,
"Label": "curr2",
"Name": "upper non critical",
"Severity": 0,
@@ -3285,6 +3624,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.0015,
"Label": "curr2",
"Name": "upper critical",
"Severity": 1,
@@ -3292,6 +3632,7 @@
},
{
"Direction": "less than",
+ "Hysteresis": 0.1168,
"Label": "in0",
"Name": "lower non critical",
"Severity": 0,
@@ -3299,6 +3640,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.128,
"Label": "in0",
"Name": "upper non critical",
"Severity": 0,
@@ -3306,6 +3648,7 @@
},
{
"Direction": "less than",
+ "Hysteresis": 0.11080000000000001,
"Label": "in0",
"Name": "lower critical",
"Severity": 1,
@@ -3313,6 +3656,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.133,
"Label": "in0",
"Name": "upper critical",
"Severity": 1,
@@ -3320,6 +3664,7 @@
},
{
"Direction": "less than",
+ "Hysteresis": 0.031400000000000004,
"Label": "in1",
"Name": "lower non critical",
"Severity": 0,
@@ -3327,6 +3672,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.0347,
"Label": "in1",
"Name": "upper non critical",
"Severity": 0,
@@ -3334,6 +3680,7 @@
},
{
"Direction": "less than",
+ "Hysteresis": 0.029700000000000004,
"Label": "in1",
"Name": "lower critical",
"Severity": 1,
@@ -3341,6 +3688,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.0363,
"Label": "in1",
"Name": "upper critical",
"Severity": 1,
@@ -3380,6 +3728,7 @@
"Thresholds": [
{
"Direction": "greater than",
+ "Hysteresis": 0.03,
"Label": "curr1",
"Name": "upper non critical",
"Severity": 0,
@@ -3387,6 +3736,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.04,
"Label": "curr1",
"Name": "upper critical",
"Severity": 1,
@@ -3394,6 +3744,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.001,
"Label": "curr2",
"Name": "upper non critical",
"Severity": 0,
@@ -3401,6 +3752,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.0015,
"Label": "curr2",
"Name": "upper critical",
"Severity": 1,
@@ -3408,6 +3760,7 @@
},
{
"Direction": "less than",
+ "Hysteresis": 0.1168,
"Label": "in0",
"Name": "lower non critical",
"Severity": 0,
@@ -3415,6 +3768,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.128,
"Label": "in0",
"Name": "upper non critical",
"Severity": 0,
@@ -3422,6 +3776,7 @@
},
{
"Direction": "less than",
+ "Hysteresis": 0.11080000000000001,
"Label": "in0",
"Name": "lower critical",
"Severity": 1,
@@ -3429,6 +3784,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.133,
"Label": "in0",
"Name": "upper critical",
"Severity": 1,
@@ -3436,6 +3792,7 @@
},
{
"Direction": "less than",
+ "Hysteresis": 0.031400000000000004,
"Label": "in1",
"Name": "lower non critical",
"Severity": 0,
@@ -3443,6 +3800,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.0347,
"Label": "in1",
"Name": "upper non critical",
"Severity": 0,
@@ -3450,6 +3808,7 @@
},
{
"Direction": "less than",
+ "Hysteresis": 0.029700000000000004,
"Label": "in1",
"Name": "lower critical",
"Severity": 1,
@@ -3457,6 +3816,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.0363,
"Label": "in1",
"Name": "upper critical",
"Severity": 1,
@@ -3496,6 +3856,7 @@
"Thresholds": [
{
"Direction": "greater than",
+ "Hysteresis": 0.03,
"Label": "curr1",
"Name": "upper non critical",
"Severity": 0,
@@ -3503,6 +3864,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.04,
"Label": "curr1",
"Name": "upper critical",
"Severity": 1,
@@ -3510,6 +3872,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.001,
"Label": "curr2",
"Name": "upper non critical",
"Severity": 0,
@@ -3517,6 +3880,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.0015,
"Label": "curr2",
"Name": "upper critical",
"Severity": 1,
@@ -3524,6 +3888,7 @@
},
{
"Direction": "less than",
+ "Hysteresis": 0.1168,
"Label": "in0",
"Name": "lower non critical",
"Severity": 0,
@@ -3531,6 +3896,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.128,
"Label": "in0",
"Name": "upper non critical",
"Severity": 0,
@@ -3538,6 +3904,7 @@
},
{
"Direction": "less than",
+ "Hysteresis": 0.11080000000000001,
"Label": "in0",
"Name": "lower critical",
"Severity": 1,
@@ -3545,6 +3912,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.133,
"Label": "in0",
"Name": "upper critical",
"Severity": 1,
@@ -3552,6 +3920,7 @@
},
{
"Direction": "less than",
+ "Hysteresis": 0.031400000000000004,
"Label": "in1",
"Name": "lower non critical",
"Severity": 0,
@@ -3559,6 +3928,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.0347,
"Label": "in1",
"Name": "upper non critical",
"Severity": 0,
@@ -3566,6 +3936,7 @@
},
{
"Direction": "less than",
+ "Hysteresis": 0.029700000000000004,
"Label": "in1",
"Name": "lower critical",
"Severity": 1,
@@ -3573,6 +3944,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.0363,
"Label": "in1",
"Name": "upper critical",
"Severity": 1,
@@ -3612,6 +3984,7 @@
"Thresholds": [
{
"Direction": "greater than",
+ "Hysteresis": 0.03,
"Label": "curr1",
"Name": "upper non critical",
"Severity": 0,
@@ -3619,6 +3992,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.04,
"Label": "curr1",
"Name": "upper critical",
"Severity": 1,
@@ -3626,6 +4000,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.001,
"Label": "curr2",
"Name": "upper non critical",
"Severity": 0,
@@ -3633,6 +4008,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.0015,
"Label": "curr2",
"Name": "upper critical",
"Severity": 1,
@@ -3640,6 +4016,7 @@
},
{
"Direction": "less than",
+ "Hysteresis": 0.1168,
"Label": "in0",
"Name": "lower non critical",
"Severity": 0,
@@ -3647,6 +4024,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.128,
"Label": "in0",
"Name": "upper non critical",
"Severity": 0,
@@ -3654,6 +4032,7 @@
},
{
"Direction": "less than",
+ "Hysteresis": 0.11080000000000001,
"Label": "in0",
"Name": "lower critical",
"Severity": 1,
@@ -3661,6 +4040,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.133,
"Label": "in0",
"Name": "upper critical",
"Severity": 1,
@@ -3668,6 +4048,7 @@
},
{
"Direction": "less than",
+ "Hysteresis": 0.031400000000000004,
"Label": "in1",
"Name": "lower non critical",
"Severity": 0,
@@ -3675,6 +4056,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.0347,
"Label": "in1",
"Name": "upper non critical",
"Severity": 0,
@@ -3682,6 +4064,7 @@
},
{
"Direction": "less than",
+ "Hysteresis": 0.029700000000000004,
"Label": "in1",
"Name": "lower critical",
"Severity": 1,
@@ -3689,6 +4072,7 @@
},
{
"Direction": "greater than",
+ "Hysteresis": 0.0363,
"Label": "in1",
"Name": "upper critical",
"Severity": 1,