configurations: revise catalina sensors threshold
Update sensor thresholds based on recommendations from the Electrical
Engineering (EE) and thermal teams.
Signed-off-by: Potin Lai <potin.lai@quantatw.com>
Change-Id: Ibe55c2364cae1ae5e59186447e234e7cdfb2ecb1
diff --git a/configurations/catalina_fio.json b/configurations/catalina_fio.json
index 5abe632..12bcc5a 100644
--- a/configurations/catalina_fio.json
+++ b/configurations/catalina_fio.json
@@ -10,12 +10,40 @@
"Address": "0x4b",
"Bus": 23,
"Name": "FIOBOARD_TEMP_C",
+ "Thresholds": [
+ {
+ "Direction": "greater than",
+ "Name": "upper critical",
+ "Severity": 1,
+ "Value": 45
+ },
+ {
+ "Direction": "less than",
+ "Name": "lower critical",
+ "Severity": 1,
+ "Value": 5
+ }
+ ],
"Type": "TMP75"
},
{
"Address": "0x4f",
"Bus": 23,
"Name": "FIOBOARD_REMOTE_TEMP_C",
+ "Thresholds": [
+ {
+ "Direction": "greater than",
+ "Name": "upper critical",
+ "Severity": 1,
+ "Value": 45
+ },
+ {
+ "Direction": "less than",
+ "Name": "lower critical",
+ "Severity": 1,
+ "Value": 5
+ }
+ ],
"Type": "TMP75"
}
],