xref: /openbmc/pldm/configurations/pdr/4.json (revision 6f4479c7)
1{
2 "sensorPDRs": [
3    {
4    "pdrType" : 4,
5    "entries" : [{
6        "type" : 91,
7        "instance" : 0,
8        "container" : 0,
9        "sensors" : [{
10            "set" : {
11                "id" : 21,
12                "size" : 1,
13                "states" : [1,2]
14            },
15            "dbus" : {
16                "path": "/xyz/openbmc_project/alerts/thermal_fault_alert",
17                "interface": "xyz.openbmc_project.Object.Enable",
18                "property_name": "Enabled",
19                "property_type": "bool",
20                "property_values" : [false, true]
21             }
22        }]
23    },
24    {
25        "type" : 5,
26        "instance" : 0,
27        "container" : 0,
28        "sensors" : [{
29            "set" : {
30                "id" : 1,
31                "size" : 2,
32                "states" : [1,9]
33            },
34            "dbus" : {
35                "path": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
36                "interface": "xyz.openbmc_project.Sensor.Threshold.HardShutdown",
37                "property_name": "HardShutdownAlarmHigh",
38                "property_type": "bool",
39                "property_values" : [false, true]
40             }
41        }]
42    },
43    {
44        "type" : 5,
45        "instance" : 0,
46        "container" : 0,
47        "sensors" : [{
48            "set" : {
49                "id" : 1,
50                "size" : 1,
51                "states" : [1,7]
52            },
53            "dbus" : {
54                "path": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
55                "interface": "xyz.openbmc_project.Sensor.Threshold.SoftShutdown",
56                "property_name": "SoftShutdownAlarmHigh",
57                "property_type": "bool",
58                "property_values" : [false, true]
59             }
60        }]
61    }]
62  }]
63}
64
65