xref: /openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/Cable.events.yaml (revision 199c6c3dd27df14c9884086c025c767ff2efc3b1)
1*199c6c3dSJagpal Singh Gillversion: 1.0.0
2*199c6c3dSJagpal Singh Gill
3*199c6c3dSJagpal Singh Gillerrors:
4*199c6c3dSJagpal Singh Gill    - name: CableDisconnected
5*199c6c3dSJagpal Singh Gill      severity: warning
6*199c6c3dSJagpal Singh Gill      metadata:
7*199c6c3dSJagpal Singh Gill          - name: PortId
8*199c6c3dSJagpal Singh Gill            type: string
9*199c6c3dSJagpal Singh Gill            primary: true
10*199c6c3dSJagpal Singh Gill            description: The port where an expected cable is not connected.
11*199c6c3dSJagpal Singh Gill      en:
12*199c6c3dSJagpal Singh Gill          description: An expected cable is not connected.
13*199c6c3dSJagpal Singh Gill          message: An expected cable on port {PortId} is not connected.
14*199c6c3dSJagpal Singh Gill          resolution: Check and fix cable connections.
15*199c6c3dSJagpal Singh Gill      errno: ENODEV
16*199c6c3dSJagpal Singh Gill
17*199c6c3dSJagpal Singh Gillevents:
18*199c6c3dSJagpal Singh Gill    - name: CableConnected
19*199c6c3dSJagpal Singh Gill      metadata:
20*199c6c3dSJagpal Singh Gill          - name: PortId
21*199c6c3dSJagpal Singh Gill            type: string
22*199c6c3dSJagpal Singh Gill            primary: true
23*199c6c3dSJagpal Singh Gill            description: The port where an expected cable is connected.
24*199c6c3dSJagpal Singh Gill      en:
25*199c6c3dSJagpal Singh Gill          description: An expected cable is connected.
26*199c6c3dSJagpal Singh Gill          message: An expected cable on port {PortId} is connected.
27