blob: 9139c201f08e03499a62eb98cf8f9b4f6f4c4941 [file] [log] [blame]
Brandon Wyman2b1e8c62017-03-24 16:00:59 -05001description: >
Patrick Williamsa1347412022-12-06 10:56:22 -06002 Implement properties to indicate the element cooling type (air, water,
3 etc.).
Brandon Wyman2b1e8c62017-03-24 16:00:59 -05004properties:
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.