blob: cd35096f3632f7b2e007f0dea568511fd8890f20 [file] [log] [blame]
George Liu0e255292020-05-19 15:14:41 +08001{
2 "entries": [
3 {
4 "attribute_name": "Led",
5 "possible_values": [
6 "On",
7 "Off"
8 ],
9 "default_values": [
10 "Off"
11 ],
12 "dbus": {
13 "object_path": "/xyz/openbmc_project/led/physical/front_memory",
14 "interface": "xyz.openbmc_project.Led.Physical",
15 "property_name": "State",
16 "property_type": "string",
17 "property_values": [
18 "xyz.openbmc_project.Led.Physical.Action.On",
19 "xyz.openbmc_project.Led.Physical.Action.Off"
20 ]
21 }
22 },
23 {
24 "attribute_name": "CodeUpdatePolicy",
25 "possible_values": [
26 "Concurrent",
27 "Disruptive"
28 ],
29 "default_values": [
30 "Concurrent"
31 ]
32 }
33 ]
34}