blob: 49a04292337d2d37cd44674fc01e7024a6d62745 [file] [log] [blame]
description: >
Implement properties to indicate the element cooling type (air, water, etc.).
properties:
- name: AirCooled
type: boolean
description: >
The element uses air/fans for cooling when set to true.
- name: WaterCooled
type: boolean
description: >
The element uses water for cooling when set to true.
# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4