1{ 2 "sensorPDRs": [ 3 { 4 "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 ] 31 } 32 ] 33} 34