summaryrefslogtreecommitdiff
path: root/meta-inspur/meta-fp5280g2/recipes-phosphor/pldm/pldm/bios/integer_attrs.json
blob: 744b788cd600d5e68375dd6c783fb5989f039906 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "entries": [
        {
            "attribute_name": "OUTLET",
            "lower_bound": 0,
            "upper_bound": 68002,
            "scalar_increment": 1,
            "default_value": 0,
            "dbus": {
                "object_path": "/xyz/openbmc_project/sensors/voltage/p3v_bat",
                "interface": "xyz.openbmc_project.Sensor.Value",
                "property_type": "int64_t",
                "property_name": "Value"
            }
        }
    ]
}