xref: /openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/Valve.interface.yaml (revision 561c6204550edfa3210b6e1f81e29281bc79c380)
1*561c6204SJagpal Singh Gilldescription: >
2*561c6204SJagpal Singh Gill    Implement to provide Valve attributes. A valve helps control the flow of
3*561c6204SJagpal Singh Gill    coolant in a liquid cooling system.
4*561c6204SJagpal Singh Gill
5*561c6204SJagpal Singh Gillproperties:
6*561c6204SJagpal Singh Gill    - name: Direction
7*561c6204SJagpal Singh Gill      type: enum[self.Direction]
8*561c6204SJagpal Singh Gill      default: Unknown
9*561c6204SJagpal Singh Gill      description: >
10*561c6204SJagpal Singh Gill          This property specifies the direction of the liquid flow for the
11*561c6204SJagpal Singh Gill          value.
12*561c6204SJagpal Singh Gill
13*561c6204SJagpal Singh Gillenumerations:
14*561c6204SJagpal Singh Gill    - name: Direction
15*561c6204SJagpal Singh Gill      description: >
16*561c6204SJagpal Singh Gill          This indicates the direction of liquid flow for the valve.
17*561c6204SJagpal Singh Gill      values:
18*561c6204SJagpal Singh Gill          - name: Supply
19*561c6204SJagpal Singh Gill            description: >
20*561c6204SJagpal Singh Gill                This indicates that the valve functions as the supply valve for
21*561c6204SJagpal Singh Gill                liquid flow.
22*561c6204SJagpal Singh Gill          - name: Return
23*561c6204SJagpal Singh Gill            description: >
24*561c6204SJagpal Singh Gill                This indicates that the valve functions as the return valve for
25*561c6204SJagpal Singh Gill                liquid flow.
26*561c6204SJagpal Singh Gill          - name: Unknown
27*561c6204SJagpal Singh Gill            description: >
28*561c6204SJagpal Singh Gill                This indicates the direction of liquid flow for valve is not
29*561c6204SJagpal Singh Gill                known.
30