blob: 49a04292337d2d37cd44674fc01e7024a6d62745 [file] [log] [blame]
Brandon Wyman2b1e8c62017-03-24 16:00:59 -05001description: >
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
13# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4