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