1{ 2 "Exposes": [ 3 { 4 "Address": "$address", 5 "Bus": "$bus", 6 "Name": "BRCM OCP NIC FRU $bus", 7 "Type": "EEPROM" 8 }, 9 { 10 "Address": "0x1f", 11 "Bus": "$bus", 12 "Labels": [ 13 "temp2" 14 ], 15 "Name": "NIC Temp $bus", 16 "Name1": "NIC Temp $bus", 17 "Thresholds": [ 18 { 19 "Direction": "less than", 20 "Index": 2, 21 "Name": "lower critical", 22 "Severity": 1, 23 "Value": 5 24 }, 25 { 26 "Direction": "greater than", 27 "Index": 2, 28 "Name": "upper critical", 29 "Severity": 1, 30 "Value": 105 31 } 32 ], 33 "Type": "TMP421" 34 } 35 ], 36 "Name": "BRCM OCP NIC FRU $bus", 37 "Probe": "xyz.openbmc_project.FruDevice({'BOARD_PRODUCT_NAME': 'BRCM 200G 1P.*57508 OCP Mezz'})", 38 "Type": "Board", 39 "xyz.openbmc_project.Inventory.Decorator.Asset": { 40 "Manufacturer": "$BOARD_MANUFACTURER", 41 "Model": "$BOARD_PRODUCT_NAME", 42 "PartNumber": "$BOARD_PART_NUMBER", 43 "SerialNumber": "$BOARD_SERIAL_NUMBER" 44 } 45} 46