control: Remove references to "speed" in JSON objects
Fan control can be configured to control any type of fan where "speed"
implies a fan control by setting RPMs. However, fans that are PWM
driven, can also be configured to be controlled so the preference would
be to not specific refer to setting "speeds".
Change-Id: Ia8920832ea29b519bf408c850febb3fed04ad3f9
Signed-off-by: Matthew Barth <msbarth@us.ibm.com>
diff --git a/control/json/fan.hpp b/control/json/fan.hpp
index 90bb13a..b718585 100644
--- a/control/json/fan.hpp
+++ b/control/json/fan.hpp
@@ -34,7 +34,7 @@
* that will be controlled by the fan control application. These configuration
* attributes include, but are not limited to, the cooling zone in which the
* fan is included, what sensors make up the fan, the target interface to be
- * used in setting a speed, and any profiles(OPTIONAL) the fan should be
+ * used in setting a target, and any profiles(OPTIONAL) the fan should be
* included in.
*
* (When no profile for a fan is given, the fan defaults to always be included)
@@ -115,7 +115,7 @@
/**
* Interface containing the `Target` property
- * to use in controlling the fan's speed
+ * to use in controlling the fan's target
*/
std::string _interface;