Update Exit Air and CFM Configs

Take CFM configs from spreadsheet instead of SDR and
divide Power Factor by 10 since it was in units of 0.1.

Tested: ipmitool sensor list values looked better.

Change-Id: I4a83b860307c98b6b35b85a9225cd6d94b7e53e9
Signed-off-by: James Feist <james.feist@linux.intel.com>
diff --git a/configurations/R1000 Chassis.json b/configurations/R1000 Chassis.json
index 74f8189..902402e 100644
--- a/configurations/R1000 Chassis.json
+++ b/configurations/R1000 Chassis.json
@@ -241,8 +241,8 @@
             "Type": "AspeedFan"
         },
         {
-            "C1": 92.16,
-            "C2": 107.52,
+            "C1": 36,
+            "C2": 42,
             "MaxCFM": 17.5,
             "Name": "System Airflow",
             "TachMaxPercent": 100,
@@ -267,8 +267,8 @@
             "AlphaF": 4.352,
             "AlphaS": 0.512,
             "Name": "Exit Air Temp",
-            "PowerFactorMax": 10,
-            "PowerFactorMin": 4,
+            "PowerFactorMax": 1.0,
+            "PowerFactorMin": 0.4,
             "QMax": 88,
             "QMin": 15,
             "Type": "ExitAirTempSensor"
diff --git a/configurations/R2000 Chassis.json b/configurations/R2000 Chassis.json
index 42dac8d..3c5693e 100644
--- a/configurations/R2000 Chassis.json
+++ b/configurations/R2000 Chassis.json
@@ -133,8 +133,8 @@
             "Type": "AspeedFan"
         },
         {
-            "C1": 53.76,
-            "C2": 53.76,
+            "C1": 36,
+            "C2": 39,
             "MaxCFM": 71,
             "Name": "System Airflow",
             "TachMaxPercent": 100,
@@ -153,8 +153,8 @@
             "AlphaF": 4.352,
             "AlphaS": 0.512,
             "Name": "Exit Air Temp",
-            "PowerFactorMax": 12,
-            "PowerFactorMin": 9,
+            "PowerFactorMax": 1.2,
+            "PowerFactorMin": 0.9,
             "QMax": 165,
             "QMin": 31,
             "Type": "ExitAirTempSensor"