summaryrefslogtreecommitdiff
path: root/meta-facebook/meta-harma/recipes-phosphor/leds/phosphor-led-manager/led-group-config.json
diff options
context:
space:
mode:
Diffstat (limited to 'meta-facebook/meta-harma/recipes-phosphor/leds/phosphor-led-manager/led-group-config.json')
-rw-r--r--meta-facebook/meta-harma/recipes-phosphor/leds/phosphor-led-manager/led-group-config.json36
1 files changed, 36 insertions, 0 deletions
diff --git a/meta-facebook/meta-harma/recipes-phosphor/leds/phosphor-led-manager/led-group-config.json b/meta-facebook/meta-harma/recipes-phosphor/leds/phosphor-led-manager/led-group-config.json
new file mode 100644
index 0000000000..00e2293225
--- /dev/null
+++ b/meta-facebook/meta-harma/recipes-phosphor/leds/phosphor-led-manager/led-group-config.json
@@ -0,0 +1,36 @@
+{
+ "leds": [
+ {
+ "group" : "bmc_booted",
+ "members" : [
+ {
+ "Name" : "bmc_heartbeat_amber",
+ "Action" : "Blink",
+ "DutyOn" : 50,
+ "Period" : 1000
+ }
+ ]
+ },
+ {
+ "group": "power_on",
+ "members": [
+ {
+ "Name": "power_blue",
+ "Action": "On",
+ "Priority": "On"
+ }
+ ]
+ },
+ {
+ "group": "enclosure_identify",
+ "members": [
+ {
+ "Name": "fp_id_amber",
+ "Action": "Blink",
+ "DutyOn": 50,
+ "Period": 250
+ }
+ ]
+ }
+ ]
+}