From 07710ef7ea44e406943a87e22ee71f2302081245 Mon Sep 17 00:00:00 2001 From: Gunnar Mills Date: Mon, 22 May 2017 14:02:18 -0500 Subject: Change example/zones.yaml to full_speed initial_speed should be full_speed in example/zones.yaml Change-Id: I64b4803a26006cf78f6d29859bb8dd43a5cf63b3 Signed-off-by: Gunnar Mills --- control/example/zones.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/control/example/zones.yaml b/control/example/zones.yaml index 00929cd..ce12eee 100644 --- a/control/example/zones.yaml +++ b/control/example/zones.yaml @@ -30,7 +30,7 @@ # - zone: [zone number] # cooling_profiles: # - [cooling profile] -# initial_speed: [Speed to set the zone to when app starts.] +# full_speed: [Full speed for the zone.] #Example: #manager_configuration: @@ -45,7 +45,7 @@ # cooling_profiles: # - air # - all -# initial_speed: 10500 +# full_speed: 10500 # # - zone_conditions: # - name: water_and_air_cooled_chassis @@ -55,5 +55,5 @@ # cooling_profiles: # - water # - all -# initial_speed: 4000 +# full_speed: 4000 -- cgit v1.2.1