Lines Matching +full:priority +full:- +full:0
1 # phosphor-led-manager
13 ### Configuration: LED Priority
15 Each LED can have "Priority" as "Blink", "Off" or "On". If this property is
18 When multiple LED groups are asserted and contain the same LED, "Priority"
22 "On". LED1 will then have the state declared in "Priority".
24 ## Configuration: LED Group Priority
26 Using LED Priority is fine for simple configurations, but when group state needs
27 to always be consistent, Group Priority can be used to enforce the consistent
30 The Group `Priority` is optional and a higher priority means that when 2 groups
31 are asserted, the one with highest `Priority` will be represented consistently.
42 The "unrelated" group will have the default group priority of 0.
49 "Priority": 2,
63 "Priority": 1,
103 "Period": 0,
104 "Priority": "Blink"
110 "Period": 0,
111 "Priority": "Blink"
122 ~# ./phosphor-led-manager --config example.json
132 `- /xyz
133 `- /xyz/openbmc_project
134 `- /xyz/openbmc_project/led
135 `- /xyz/openbmc_project/led/groups
136 `- /xyz/openbmc_project/led/groups/enclosure_identify
142 xyz.openbmc_project.Led.Group interface - - -
143 .Asserted property b false emits-change writable
152 $ busctl set-property \
159 exposed by _phosphor-led-sysfs_ to set each LED state.