1conditions:
2  - name: air_cooled_chassis
3    type: getProperty
4    properties:
5      - property: WaterCooled
6        interface: xyz.openbmc_project.Inventory.Decorator.CoolingType
7        path: /xyz/openbmc_project/inventory/system/chassis
8        type: bool
9        value: false
10
11  - name: water_and_air_cooled_chassis
12    type: getProperty
13    properties:
14      - property: WaterCooled
15        interface: xyz.openbmc_project.Inventory.Decorator.CoolingType
16        path: /xyz/openbmc_project/inventory/system/chassis
17        type: bool
18        value: true
19