configurations: harma_mb: update hysteresis

Since the sensor MB_PVDD18_S5_VOLT_V has VSENSE, its reported values
are very precise, resulting in a narrow UCR and LCR range. Adding a
2% hysteresis in this case would make the threshold difficult to
trigger, so the hysteresis is set to 0.

Change-Id: I3521b909405c9de24c5568e56d510b07d5796e1b
Signed-off-by: Daniel Hsu <Daniel-Hsu@quantatw.com>
diff --git a/configurations/meta/harma_mb.json b/configurations/meta/harma_mb.json
index 8db2e19..736fc0f 100644
--- a/configurations/meta/harma_mb.json
+++ b/configurations/meta/harma_mb.json
@@ -76,7 +76,7 @@
                     },
                     {
                         "Direction": "less than",
-                        "Hysteresis": 0.0352,
+                        "Hysteresis": 0,
                         "Label": "in3",
                         "Name": "lower critical",
                         "Severity": 1,
@@ -84,7 +84,7 @@
                     },
                     {
                         "Direction": "greater than",
-                        "Hysteresis": 0.0368,
+                        "Hysteresis": 0,
                         "Label": "in3",
                         "Name": "upper critical",
                         "Severity": 1,
diff --git a/configurations/meta/harma_mb_vr_infineon.json b/configurations/meta/harma_mb_vr_infineon.json
index 04c822b..c24076e 100644
--- a/configurations/meta/harma_mb_vr_infineon.json
+++ b/configurations/meta/harma_mb_vr_infineon.json
@@ -76,7 +76,7 @@
                     },
                     {
                         "Direction": "less than",
-                        "Hysteresis": 0.0352,
+                        "Hysteresis": 0,
                         "Label": "in3",
                         "Name": "lower critical",
                         "Severity": 1,
@@ -84,7 +84,7 @@
                     },
                     {
                         "Direction": "greater than",
-                        "Hysteresis": 0.0368,
+                        "Hysteresis": 0,
                         "Label": "in3",
                         "Name": "upper critical",
                         "Severity": 1,