configurations: sbp1: Update sensor thresholds
Update the ADC thresholds to match the I2C PSU sensor thresholds.
Change-Id: Ica58ae0a6f605f7ef4ad88cd6600be06d0400fb5
Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com>
diff --git a/configurations/sbp1_baseboard.json b/configurations/sbp1_baseboard.json
index 510bab5..46b138b 100644
--- a/configurations/sbp1_baseboard.json
+++ b/configurations/sbp1_baseboard.json
@@ -156,31 +156,31 @@
"Thresholds": [
{
"Direction": "greater than",
- "Hysteresis": 0.03465,
+ "Hysteresis": 0.0374,
"Name": "upper critical",
"Severity": 1,
- "Value": 3.465
+ "Value": 3.74
},
{
"Direction": "greater than",
- "Hysteresis": 0.03399,
+ "Hysteresis": 0.0357,
"Name": "upper non critical",
"Severity": 0,
- "Value": 3.399
+ "Value": 3.57
},
{
"Direction": "less than",
- "Hysteresis": 0.032010000000000004,
+ "Hysteresis": 0.0323,
"Name": "lower non critical",
"Severity": 0,
- "Value": 3.201
+ "Value": 3.23
},
{
"Direction": "less than",
- "Hysteresis": 0.031349999999999996,
+ "Hysteresis": 0.0306,
"Name": "lower critical",
"Severity": 1,
- "Value": 3.135
+ "Value": 3.06
}
],
"Type": "ADC"