configurations: ventura_fanboard: adjust hysteresis value

Adjust the hysteresis value of the fan board sensors to follow the 2%
value of the threshold value.

Change-Id: I23cbc15c1ee7b6a8894a2c6aeeace41c08f69872
Signed-off-by: Yang Chen <yang.chen@quantatw.com>
diff --git a/configurations/meta/ventura_fanboard_adc_max.json b/configurations/meta/ventura_fanboard_adc_max.json
index 5454a52..2f4678d 100644
--- a/configurations/meta/ventura_fanboard_adc_max.json
+++ b/configurations/meta/ventura_fanboard_adc_max.json
@@ -22,7 +22,7 @@
                     },
                     {
                         "Direction": "less than",
-                        "Hysteresis": 2.1,
+                        "Hysteresis": 0.21,
                         "Label": "in_voltage0",
                         "Name": "lower critical",
                         "Severity": 1,
@@ -38,7 +38,7 @@
                     },
                     {
                         "Direction": "less than",
-                        "Hysteresis": 2.1,
+                        "Hysteresis": 0.21,
                         "Label": "in_voltage2",
                         "Name": "lower critical",
                         "Severity": 1,
@@ -99,7 +99,7 @@
                     },
                     {
                         "Direction": "less than",
-                        "Hysteresis": 2.1,
+                        "Hysteresis": 0.21,
                         "Label": "in_voltage0",
                         "Name": "lower critical",
                         "Severity": 1,
@@ -115,7 +115,7 @@
                     },
                     {
                         "Direction": "less than",
-                        "Hysteresis": 2.1,
+                        "Hysteresis": 0.21,
                         "Label": "in_voltage2",
                         "Name": "lower critical",
                         "Severity": 1,
diff --git a/configurations/meta/ventura_fanboard_adc_tic.json b/configurations/meta/ventura_fanboard_adc_tic.json
index ee39068..2bb9a2b 100644
--- a/configurations/meta/ventura_fanboard_adc_tic.json
+++ b/configurations/meta/ventura_fanboard_adc_tic.json
@@ -14,7 +14,7 @@
                 "Thresholds": [
                     {
                         "Direction": "greater than",
-                        "Hysteresis": 2.72,
+                        "Hysteresis": 0.272,
                         "Label": "in0",
                         "Name": "upper critical",
                         "Severity": 1,
@@ -22,7 +22,7 @@
                     },
                     {
                         "Direction": "less than",
-                        "Hysteresis": 2.1,
+                        "Hysteresis": 0.21,
                         "Label": "in0",
                         "Name": "lower critical",
                         "Severity": 1,
@@ -30,7 +30,7 @@
                     },
                     {
                         "Direction": "greater than",
-                        "Hysteresis": 2.72,
+                        "Hysteresis": 0.272,
                         "Label": "in2",
                         "Name": "upper critical",
                         "Severity": 1,
@@ -38,7 +38,7 @@
                     },
                     {
                         "Direction": "less than",
-                        "Hysteresis": 2.1,
+                        "Hysteresis": 0.21,
                         "Label": "in2",
                         "Name": "lower critical",
                         "Severity": 1,
@@ -99,7 +99,7 @@
                     },
                     {
                         "Direction": "less than",
-                        "Hysteresis": 2.1,
+                        "Hysteresis": 0.21,
                         "Label": "in0",
                         "Name": "lower critical",
                         "Severity": 1,
@@ -115,7 +115,7 @@
                     },
                     {
                         "Direction": "less than",
-                        "Hysteresis": 2.1,
+                        "Hysteresis": 0.21,
                         "Label": "in2",
                         "Name": "lower critical",
                         "Severity": 1,