{ | |
"leds": [ | |
{ | |
"group": "bmc_booted", | |
"members": [ | |
{ | |
"Name": "power", | |
"Action": "Blink", | |
"DutyOn": 50, | |
"Period": 1000, | |
"Priority": "On" | |
}, | |
{ | |
"Name": "init_ok", | |
"Action": "On", | |
"DutyOn": 50, | |
"Period": 0, | |
"Priority": "On" | |
} | |
] | |
}, | |
{ | |
"group": "power_on", | |
"members": [ | |
{ | |
"Name": "power", | |
"Action": "On", | |
"DutyOn": 50, | |
"Period": 0, | |
"Priority": "On" | |
} | |
] | |
} | |
] | |
} |