Fan control: Example yaml updates(doc only)
Change-Id: I30fdecd3af3dcdc7f954bdb9d535c6bc92edd67a
Signed-off-by: Matthew Barth <msbarth@us.ibm.com>
diff --git a/control/example/zones.yaml b/control/example/zones.yaml
index fd6680a..8bd164f 100644
--- a/control/example/zones.yaml
+++ b/control/example/zones.yaml
@@ -31,6 +31,14 @@
# cooling_profiles:
# - [cooling profile]
# full_speed: [Full speed for the zone.]
+# default_floor: [Default floor speed for the zone that fan speeds can
+# not go below.]
+# increase_delay: [Number of seconds to delay additional speed increases
+# that are less than the speed increase that's currently
+# occurring.]
+# decrease_interval: [A repeating number of seconds interval that
+# requested speed decreases may occur when no speed
+# increase is occurring at that time as well.]
#Example:
#manager_configuration:
@@ -46,6 +54,9 @@
# - air
# - all
# full_speed: 10500
+# default_floor: 6000
+# increase_delay: 5
+# decrease_interval: 30
#
# - zone_conditions:
# - name: water_and_air_cooled_chassis
@@ -56,4 +67,6 @@
# - water
# - all
# full_speed: 4000
-
+# default_floor: 2500
+# increase_delay: 5
+# decrease_interval: 20