blob: 98f46203b26c23bdb69fb12f3d91ef2768d25f33 [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 }]
23 }]
24 }]
25}
26