Initial commit
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"leds": [
|
||||
{
|
||||
"group" : "bmc_booted",
|
||||
"members" : [
|
||||
{
|
||||
"Name" : "bmc_heartbeat_n",
|
||||
"Action" : "Blink",
|
||||
"DutyOn" : 50,
|
||||
"Period" : 1000
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"group": "enclosure_identify",
|
||||
"members": [
|
||||
{
|
||||
"Name": "fm_id_led_n",
|
||||
"Action": "Blink",
|
||||
"DutyOn": 50,
|
||||
"Period": 250
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user