Add intial stepwise configuration example

This isn't based off of any fsc spreadsheet but it's good
to have one configuration as an example.

Change-Id: I7451264d446fcd28b774373895eb7a19c83043f6
Signed-off-by: James Feist <james.feist@linux.intel.com>
diff --git a/configurations/Intel Front Panel.json b/configurations/Intel Front Panel.json
index c4319e8..068b352 100644
--- a/configurations/Intel Front Panel.json
+++ b/configurations/Intel Front Panel.json
@@ -37,6 +37,26 @@
                 }
             ],
             "Type": "TMP75"
+        },
+        {
+            "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"
+            ]
         }
     ],
     "Name": "Intel Front Panel",