1{ 2 "leds": [ 3 { 4 "group": "bmc_booted", 5 "members": [ 6 { 7 "Name": "heartbeat", 8 "Action": "On" 9 } 10 ] 11 }, 12 { 13 "group": "power_on", 14 "members": [ 15 { 16 "Name": "power", 17 "Action": "On", 18 "Priority": "On" 19 } 20 ] 21 }, 22 { 23 "group": "enclosure_fault", 24 "members": [ 25 { 26 "Name": "front_fault", 27 "Action": "On" 28 }, 29 { 30 "Name" : "virtual_enclosure_fault", 31 "Action" : "On", 32 "DutyOn" : 50, 33 "Period" : 0, 34 "Priority" : "Blink" 35 } 36 ] 37 }, 38 { 39 "group": "enclosure_identify", 40 "members": [ 41 { 42 "Name": "front_id", 43 "Action": "Blink", 44 "DutyOn": 50, 45 "Period": 1000 46 }, 47 { 48 "Name": "rear_id", 49 "Action": "Blink", 50 "DutyOn": 50, 51 "Period": 1000 52 }, 53 { 54 "Name" : "virtual_enclosure_identify", 55 "Action" : "On", 56 "DutyOn" : 50, 57 "Period" : 0, 58 "Priority" : "Blink" 59 } 60 ] 61 }, 62 { 63 "group": "fan_fault", 64 "members": [ 65 { 66 "Name": "front_fault", 67 "Action": "On" 68 }, 69 { 70 "Name": "fan0", 71 "Action": "On" 72 }, 73 { 74 "Name": "rear_fault", 75 "Action": "On" 76 }, 77 { 78 "Name" : "virtual_enclosure_fault", 79 "Action" : "On", 80 "DutyOn" : 50, 81 "Period" : 0, 82 "Priority" : "Blink" 83 } 84 ] 85 }, 86 { 87 "group": "fan_identify", 88 "members": [ 89 { 90 "Name": "front_id", 91 "Action": "Blink", 92 "DutyOn": 50, 93 "Period": 1000 94 }, 95 { 96 "Name": "rear_id", 97 "Action": "Blink", 98 "DutyOn": 50, 99 "Period": 1000 100 }, 101 { 102 "Name": "fan0", 103 "Action": "Blink", 104 "DutyOn": 50, 105 "Period": 1000 106 }, 107 { 108 "Name" : "virtual_enclosure_identify", 109 "Action" : "On", 110 "DutyOn" : 50, 111 "Period" : 0, 112 "Priority" : "Blink" 113 } 114 ] 115 } 116 ] 117} 118