1description: > 2 Implement to provide Fan attributes. 3 4associations: 5 - name: cooling 6 description: > 7 Objects that implement Fan can optionally implement the 'cooling' 8 association to provide a link back to a Item. 9 reverse_name: cooled_by 10 required_endpoint_interfaces: 11 - xyz.openbmc_project.Inventory.Item 12