blob: 7483dcae1cc49c31384546021f763bdb489d2eb8 [file] [log] [blame]
Matt Spinlerc0d48752021-01-14 08:26:10 -06001{
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 }]
Matt Spinler3103e442021-01-22 09:50:06 -060023 },
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 }]
Matt Spinlerc0d48752021-01-14 08:26:10 -060061 }]
62 }]
63}
64