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