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.cpp b/control/json/fan.cpp
index 008bca5..16da07e 100644
--- a/control/json/fan.cpp
+++ b/control/json/fan.cpp
@@ -74,7 +74,7 @@
auto service = util::SDBusPlus::getService(_bus, path, _interface);
_sensors[path] = service;
}
- // All sensors associated with this fan are set to the same target speed,
+ // All sensors associated with this fan are set to the same target,
// so only need to read target property from one of them
if (!path.empty())
{