xref: /openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Sensor.events.yaml (revision 60040679038171a2f997fa62cc195a32e8a18bba)
1*60040679SJagpal Singh Gillversion: 1.0.0
2*60040679SJagpal Singh Gill
3*60040679SJagpal Singh Gillerrors:
4*60040679SJagpal Singh Gill    - name: InvalidSensorReading
5*60040679SJagpal Singh Gill      severity: warning
6*60040679SJagpal Singh Gill      errno: EIO
7*60040679SJagpal Singh Gill      metadata:
8*60040679SJagpal Singh Gill          - name: SensorName
9*60040679SJagpal Singh Gill            description: The name or identifier of the sensor.
10*60040679SJagpal Singh Gill            type: object_path
11*60040679SJagpal Singh Gill            primary: true
12*60040679SJagpal Singh Gill      redfish-mapping: SensorEvent.InvalidSensorReading
13*60040679SJagpal Singh Gill
14*60040679SJagpal Singh Gill    - name: SensorFailure
15*60040679SJagpal Singh Gill      severity: critical
16*60040679SJagpal Singh Gill      errno: EIO
17*60040679SJagpal Singh Gill      metadata:
18*60040679SJagpal Singh Gill          - name: SensorName
19*60040679SJagpal Singh Gill            description: The name or identifier of the sensor.
20*60040679SJagpal Singh Gill            type: object_path
21*60040679SJagpal Singh Gill            primary: true
22*60040679SJagpal Singh Gill      redfish-mapping: SensorEvent.SensorFailure
23*60040679SJagpal Singh Gill
24*60040679SJagpal Singh Gillevents:
25*60040679SJagpal Singh Gill    - name: SensorRestored
26*60040679SJagpal Singh Gill      metadata:
27*60040679SJagpal Singh Gill          - name: SensorName
28*60040679SJagpal Singh Gill            description: The name or identifier of the sensor.
29*60040679SJagpal Singh Gill            type: object_path
30*60040679SJagpal Singh Gill            primary: true
31*60040679SJagpal Singh Gill      redfish-mapping: SensorEvent.SensorRestored
32