blob: 637ccb5904a759c4f1ce728b65540411bde85028 [file] [log] [blame]
George Liua929dac2020-05-09 17:27:58 +08001{
Patrick Williams36180642022-12-08 06:13:03 -06002 "sensorPDRs": [
George Liua929dac2020-05-09 17:27:58 +08003 {
Patrick Williams36180642022-12-08 06:13:03 -06004 "pdrType": 4,
5 "entries": [
6 {
7 "type": 5,
8 "instance": 0,
9 "container": 0,
10 "sensors": [
11 {
12 "set": {
13 "id": 1,
14 "size": 1,
15 "states": [0, 5]
16 },
17 "dbus": {
18 "path": "/foo/bar",
19 "interface": "xyz.openbmc_project.Foo.Bar",
20 "property_name": "propertyName",
21 "property_type": "string",
22 "property_values": [
23 "xyz.openbmc_project.Foo.Bar.V0",
24 "xyz.openbmc_project.Foo.Bar.V5"
25 ]
26 }
27 }
28 ]
29 }
30 ]
George Liua929dac2020-05-09 17:27:58 +080031 }
Patrick Williams36180642022-12-08 06:13:03 -060032 ]
33}