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} 26 27