[ { "name": "fan0", "zone": "0", "sensors": ["fan0_0"], "target_interface": "xyz.openbmc_project.Control.FanSpeed" } ... ]
The D-Bus name of the fan FRU. Required.
The zone the fan is in. Required.
The D-bus sensor names associated with that fan. Required.
The D-Bus interface to use for setting the fan target speed/PWM. Either xyz.openbmc_project.Control.FanSpeed
for RPM controlled fans or xyz.openbmc_project.Control.FanPWM
for PWM controlled fans. Required.