pid: Add hysteresis fields

Add hysteresis fields so they display in redfish

Change-Id: I74b94f5b81e772a4c62295c598804c0fa2f1cee5
Signed-off-by: James Feist <james.feist@linux.intel.com>
diff --git a/configurations/R2000 Chassis.json b/configurations/R2000 Chassis.json
index 20b1518..1c21562 100644
--- a/configurations/R2000 Chassis.json
+++ b/configurations/R2000 Chassis.json
@@ -167,12 +167,14 @@
                 "Fan 1"
             ],
             "Name": "Fan 1",
+            "NegativeHysteresis": 0.0,
             "OutLimitMax": 100.0,
             "OutLimitMin": 30.0,
             "Outputs": [
                 "Pwm 1"
             ],
             "PCoefficient": 0.0,
+            "PositiveHysteresis": 0.0,
             "SlewNeg": 0.0,
             "SlewPos": 0.0,
             "Type": "Pid",
@@ -191,12 +193,14 @@
                 "Fan 2"
             ],
             "Name": "Fan 2",
+            "NegativeHysteresis": 0.0,
             "OutLimitMax": 100.0,
             "OutLimitMin": 30.0,
             "Outputs": [
                 "Pwm 2"
             ],
             "PCoefficient": 0.0,
+            "PositiveHysteresis": 0.0,
             "SlewNeg": 0.0,
             "SlewPos": 0.0,
             "Type": "Pid",
@@ -215,12 +219,14 @@
                 "Fan 3"
             ],
             "Name": "Fan 3",
+            "NegativeHysteresis": 0.0,
             "OutLimitMax": 100.0,
             "OutLimitMin": 30.0,
             "Outputs": [
                 "Pwm 3"
             ],
             "PCoefficient": 0.0,
+            "PositiveHysteresis": 0.0,
             "SlewNeg": 0.0,
             "SlewPos": 0.0,
             "Type": "Pid",
@@ -239,12 +245,14 @@
                 "Fan 4"
             ],
             "Name": "Fan 4",
+            "NegativeHysteresis": 0.0,
             "OutLimitMax": 100.0,
             "OutLimitMin": 30.0,
             "Outputs": [
                 "Pwm 4"
             ],
             "PCoefficient": 0.0,
+            "PositiveHysteresis": 0.0,
             "SlewNeg": 0.0,
             "SlewPos": 0.0,
             "Type": "Pid",
@@ -263,12 +271,14 @@
                 "Fan 5"
             ],
             "Name": "Fan 5",
+            "NegativeHysteresis": 0.0,
             "OutLimitMax": 100.0,
             "OutLimitMin": 30.0,
             "Outputs": [
                 "Pwm 5"
             ],
             "PCoefficient": 0.0,
+            "PositiveHysteresis": 0.0,
             "SlewNeg": 0.0,
             "SlewPos": 0.0,
             "Type": "Pid",
@@ -287,12 +297,14 @@
                 "Fan 6"
             ],
             "Name": "Fan 6",
+            "NegativeHysteresis": 0.0,
             "OutLimitMax": 100.0,
             "OutLimitMin": 30.0,
             "Outputs": [
                 "Pwm 6"
             ],
             "PCoefficient": 0.0,
+            "PositiveHysteresis": 0.0,
             "SlewNeg": 0.0,
             "SlewPos": 0.0,
             "Type": "Pid",
@@ -353,4 +365,4 @@
         "PartNumber": "R2104",
         "SerialNumber": "23165"
     }
-}
+}
\ No newline at end of file