ambient virtual temp: add in thresholds
Add the hardshutdown and softshutdown thresholds to the ambient virtual
temperature sensor.
Signed-off-by: Rashmica Gupta <rashmica.g@gmail.com>
Change-Id: I74cb80764c3d48a75b69a7f85748e6a0348c3b9b
diff --git a/configurations/Blyth.json b/configurations/Blyth.json
index 0161eac..a19d019 100644
--- a/configurations/Blyth.json
+++ b/configurations/Blyth.json
@@ -20,6 +20,18 @@
"Thresholds": [
{
"Direction": "greater than",
+ "Name": "HardShutdown",
+ "Severity": 4,
+ "Value": 58
+ },
+ {
+ "Direction": "greater than",
+ "Name": "SoftShutdown",
+ "Severity": 3,
+ "Value": 53
+ },
+ {
+ "Direction": "greater than",
"Name": "Warning",
"Severity": 0,
"Value": 45