Move front panel config into chassis

Different chassis will have different zones, so that
the front panel config can be different for different
chassis, move it out of the front panel config into
the chassis config.

Change-Id: I0a0e66c53c3bcf9bd29f15f480e82d2fd80a6a5e
Signed-off-by: James Feist <james.feist@linux.intel.com>
diff --git a/configurations/R1000 Chassis.json b/configurations/R1000 Chassis.json
index 2264353..15c23ae 100644
--- a/configurations/R1000 Chassis.json
+++ b/configurations/R1000 Chassis.json
@@ -418,6 +418,26 @@
             ]
         },
         {
+            "Inputs": [
+                "Front Panel Temp"
+            ],
+            "Name": "Front Panel Temp",
+            "NegativeHysteresis": 2,
+            "Output": [
+                3000.0,
+                5000.0
+            ],
+            "PositiveHysteresis": 0,
+            "Reading": [
+                20.0,
+                30.0
+            ],
+            "Type": "Stepwise",
+            "Zones": [
+                "Pid 1"
+            ]
+        },
+        {
             "FailSafePercent": 90,
             "MinThermalRpm": 3000,
             "Name": "Pid 1",