config/blyth: Add hystereses to Virtual Sensor
Change-Id: Icdd0ed8687acbdb295cb1c569b59760cfc97c742
Signed-off-by: Rashmica Gupta <rashmica@linux.ibm.com>
diff --git a/configurations/blyth.json b/configurations/blyth.json
index 1dc8902..85a8dd5 100644
--- a/configurations/blyth.json
+++ b/configurations/blyth.json
@@ -21,18 +21,21 @@
"Thresholds": [
{
"Direction": "greater than",
+ "Hysteresis": 3,
"Name": "HardShutdown",
"Severity": 4,
"Value": 58
},
{
"Direction": "greater than",
+ "Hysteresis": 3,
"Name": "SoftShutdown",
"Severity": 3,
"Value": 53
},
{
"Direction": "greater than",
+ "Hysteresis": 3,
"Name": "Warning",
"Severity": 0,
"Value": 45