summaryrefslogtreecommitdiff
path: root/meta-inspur/meta-fp5280g2/recipes-phosphor/pldm/pldm/bios/enum_attrs.json
blob: cd35096f3632f7b2e007f0dea568511fd8890f20 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
   "entries": [
      {
         "attribute_name": "Led",
         "possible_values": [
            "On",
            "Off"
         ],
         "default_values": [
            "Off"
         ],
         "dbus": {
            "object_path": "/xyz/openbmc_project/led/physical/front_memory",
            "interface": "xyz.openbmc_project.Led.Physical",
            "property_name": "State",
            "property_type": "string",
            "property_values": [
               "xyz.openbmc_project.Led.Physical.Action.On",
               "xyz.openbmc_project.Led.Physical.Action.Off"
            ]
         }
      },
      {
         "attribute_name": "CodeUpdatePolicy",
         "possible_values": [
            "Concurrent",
            "Disruptive"
         ],
         "default_values": [
            "Concurrent"
         ]
      }
   ]
}