1description: >
2    Implement properties to indicate the element cooling type (air, water, etc.).
3properties:
4    - name: AirCooled
5      type: boolean
6      description: >
7          The element uses air/fans for cooling when set to true.
8    - name: WaterCooled
9      type: boolean
10      description: >
11          The element uses water for cooling when set to true.
12