1{ 2 "leds": [ 3 { 4 "group": "bmc_booted", 5 "members": [ 6 { 7 "Name": "heartbeat", 8 "Action": "On", 9 "Priority": "Blink" 10 } 11 ] 12 }, 13 { 14 "group": "power_on", 15 "members": [ 16 { 17 "Name": "power", 18 "Action": "On", 19 "Priority": "On" 20 } 21 ] 22 }, 23 { 24 "group": "power_off", 25 "members": [ 26 { 27 "Name": "power_off_led", 28 "Action": "Off", 29 "Priority": "Off" 30 } 31 ] 32 }, 33 { 34 "group": "enclosure_identify", 35 "members": [ 36 { 37 "Name": "front_id", 38 "Action": "Blink", 39 "DutyOn": 50, 40 "Period": 1000, 41 "Priority": "Blink" 42 }, 43 { 44 "Name": "rear_id", 45 "Action": "Blink", 46 "DutyOn": 50, 47 "Period": 1000, 48 "Priority": "Blink" 49 } 50 ] 51 } 52 ] 53} 54