control:Bonnell: Increase deviation value

Increase Bonnell's lower deviation setting from 18% to 22%.  This is
necessary because the lower end for the outlet rotors was raised by an
earlier commit that modified the factor and offset values so that a
different fan type can be supported.

Signed-off-by: Matt Spinler <spinler@us.ibm.com>
Change-Id: Ie68e6f2a60109b566328ab2bac1cdeb029f255b2
diff --git a/monitor/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Bonnell/config.json b/monitor/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Bonnell/config.json
index 6d1427c..8900913 100644
--- a/monitor/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Bonnell/config.json
+++ b/monitor/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Bonnell/config.json
@@ -4,7 +4,7 @@
             "inventory": "/system/chassis/motherboard/fan0",
             "method": "count",
             "count_interval": 1,
-            "deviation": 18,
+            "deviation": 22,
             "upper_deviation": 40,
             "num_sensors_nonfunc_for_fan_nonfunc": 0,
             "monitor_start_delay": 30,
@@ -30,7 +30,7 @@
             "inventory": "/system/chassis/motherboard/fan1",
             "method": "count",
             "count_interval": 1,
-            "deviation": 18,
+            "deviation": 22,
             "upper_deviation": 40,
             "num_sensors_nonfunc_for_fan_nonfunc": 0,
             "monitor_start_delay": 30,