blob: 759cbda409359026a8d580bbbff3391ef4cdd662 [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.