1{ 2 "leds": [ 3 { 4 "group" : "bmc_booted", 5 "members" : [ 6 { 7 "Name" : "bmc_heartbeat_amber", 8 "Action" : "Blink", 9 "Priority" : "Blink", 10 "DutyOn" : 50, 11 "Period" : 1000 12 } 13 ] 14 }, 15 { 16 "group": "power_on", 17 "members": [ 18 { 19 "Name": "power_blue", 20 "Action": "On", 21 "Priority": "On" 22 } 23 ] 24 }, 25 { 26 "group": "enclosure_identify", 27 "members": [ 28 { 29 "Name": "fp_id_amber", 30 "Action": "Blink", 31 "Priority" : "Blink", 32 "DutyOn": 50, 33 "Period": 1000 34 } 35 ] 36 } 37 ] 38} 39