An array of sensor objects that make up the fan enclosure object. The sensors are what's monitored to determine the functional state of the fan.
A sensor's functional range is determined by the following equation(where [target] is current requested target of the fan):
deviation
) / 100) _ factor
+ offset
deviation
) / 100) _ factor
+ offset
Therefore, a fan sensor must be above the minimum and less than the maximum to be deemed functional.
name
- string/xyz/openbmc_project/sensors/fan_tach
D-Bus path.has_target
- booleanTarget
property or not.target_interface
- string (Optional)Target
property. This defaults to xyz.openbmc_project.Control.FanSpeed
for RPM controlled fans or can be set to xyz.openbmc_project.Control.FanPwm
for PWM controlled fans.target_path
- string (Optional)Target
property. This defaults to /xyz/openbmc_project/sensors/fan_tach
+name
.factor
- double (Optional)offset
- integer (Optional)