1# inventory 2 3## Description 4The relative path under inventory where the fan's inventory object exists on 5D-Bus. Inventory's base path is `/xyz/openbmc_project/inventory` resulting in 6the fan's inventory object path being the base path plus what's given here. 7i.e.) `/xyz/openbmc_project/inventory/system/chassis/motherboard/fan0` 8 9## Attribute Value(s) 10string 11 12## Example 13<pre><code> 14{ 15 "fans": [ 16 { 17 <b><i>"inventory": "/system/chassis/motherboard/fan0"</i></b>, 18 "allowed_out_of_range_time": 30, 19 "functional_delay": 5, 20 "deviation": 15, 21 "num_sensors_nonfunc_for_fan_nonfunc": 1, 22 "monitor_start_delay": 30, 23 "fan_missing_error_delay": 20, 24 "nonfunc_rotor_error_delay": 0, 25 "sensors": [ 26 { 27 "name": "fan0_0", 28 "has_target": true 29 }, 30 { 31 "name": "fan0_1", 32 "has_target": false, 33 "factor": 1.45, 34 "offset": -909 35 } 36 ] 37 } 38 ] 39} 40</code></pre> 41