control:config:ibm: Use count_state_floor delay

Add a 5 second delay to the count_state_floor action that watches for
non functional sensors to all IBM configurations.  With this change, a
sensor has to be nonfunctional for at least 5 seconds for the floor to
change.

This is being done because the NVMe temperature sensors would briefly be
set to nonfunctional when a drive is removed.

Signed-off-by: Matt Spinler <spinler@us.ibm.com>
Change-Id: I6fa70f2551c11b2cfe8ee4696b6d72d57a3a7bd5
diff --git a/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Bonnell/events.json b/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Bonnell/events.json
index b0ce5eb..87ebff8 100644
--- a/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Bonnell/events.json
+++ b/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Bonnell/events.json
@@ -250,6 +250,7 @@
                 "name": "count_state_floor",
                 "count": 1,
                 "state": false,
+                "delay": 5,
                 "floor": 18000
             }
         ]
diff --git a/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Everest/events.json b/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Everest/events.json
index 2213ba3..d5f54c9 100644
--- a/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Everest/events.json
+++ b/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Everest/events.json
@@ -489,6 +489,7 @@
                 "name": "count_state_floor",
                 "count": 1,
                 "state": false,
+                "delay": 5,
                 "floor": 11300
             }
         ]
diff --git a/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Rainier1S4U/events.json b/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Rainier1S4U/events.json
index 73cfa0d..ef2e893 100644
--- a/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Rainier1S4U/events.json
+++ b/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Rainier1S4U/events.json
@@ -314,6 +314,7 @@
                 "name": "count_state_floor",
                 "count": 1,
                 "state": false,
+                "delay": 5,
                 "floor": 10400
             }
         ]
diff --git a/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Rainier2U/events.json b/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Rainier2U/events.json
index 017ffd1..01777b0 100644
--- a/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Rainier2U/events.json
+++ b/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Rainier2U/events.json
@@ -532,6 +532,7 @@
                 "name": "count_state_floor",
                 "count": 1,
                 "state": false,
+                "delay": 5,
                 "floor": 18000
             }
         ]
diff --git a/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Rainier4U/events.json b/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Rainier4U/events.json
index 66c9a23..79984a8 100644
--- a/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Rainier4U/events.json
+++ b/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Rainier4U/events.json
@@ -344,6 +344,7 @@
                 "name": "count_state_floor",
                 "count": 1,
                 "state": false,
+                "delay": 5,
                 "floor": 10400
             }
         ]