1{
2    "Exposes": [
3        {
4            "Address": "0x44",
5            "Bus": 4,
6            "Labels": [
7                "iout1",
8                "pin",
9                "temp1",
10                "vin",
11                "vout1"
12            ],
13            "Name": "PDB_HSC",
14            "Thresholds": [
15                {
16                    "Direction": "greater than",
17                    "Label": "iout1",
18                    "Name": "upper critical",
19                    "Severity": 1,
20                    "Value": 30.0
21                },
22                {
23                    "Direction": "greater than",
24                    "Label": "pin",
25                    "Name": "upper critical",
26                    "Severity": 1,
27                    "Value": 1440.0
28                },
29                {
30                    "Direction": "greater than",
31                    "Label": "temp1",
32                    "Name": "upper critical",
33                    "Severity": 1,
34                    "Value": 80.0
35                },
36                {
37                    "Direction": "less than",
38                    "Label": "vin",
39                    "Name": "lower critical",
40                    "Severity": 1,
41                    "Value": 46.0
42                },
43                {
44                    "Direction": "greater than",
45                    "Label": "vin",
46                    "Name": "upper critical",
47                    "Severity": 1,
48                    "Value": 55.0
49                },
50                {
51                    "Direction": "less than",
52                    "Label": "vout1",
53                    "Name": "lower critical",
54                    "Severity": 1,
55                    "Value": 46.0
56                },
57                {
58                    "Direction": "greater than",
59                    "Label": "vout1",
60                    "Name": "upper critical",
61                    "Severity": 1,
62                    "Value": 55.0
63                }
64            ],
65            "Type": "LTC4287",
66            "iout1_Name": "PDB_HSC_CURR_A",
67            "pin_Name": "PDB_HSC_PWR_W",
68            "temp1_Name": "PDB_HSC_TEMP_C",
69            "vin_Name": "PDB_HSC_VIN_VOLT_V",
70            "vout1_Name": "PDB_HSC_VOUT_VOLT_V"
71        },
72        {
73            "Address": "0x49",
74            "Bus": 4,
75            "Name": "PDB_TEMP_C",
76            "Type": "TMP75"
77        },
78        {
79            "Address": "0x69",
80            "Bus": 4,
81            "Labels": [
82                "iout1",
83                "pin",
84                "pout1",
85                "temp1",
86                "vin",
87                "vout1"
88            ],
89            "Name": "PDB_BRICK",
90            "Thresholds": [
91                {
92                    "Direction": "greater than",
93                    "Label": "iout1",
94                    "Name": "upper critical",
95                    "Severity": 1,
96                    "Value": 71.6
97                },
98                {
99                    "Direction": "greater than",
100                    "Label": "pin",
101                    "Name": "upper critical",
102                    "Severity": 1,
103                    "Value": 874.0
104                },
105                {
106                    "Direction": "greater than",
107                    "Label": "pout1",
108                    "Name": "upper critical",
109                    "Severity": 1,
110                    "Value": 860.0
111                },
112                {
113                    "Direction": "greater than",
114                    "Label": "temp1",
115                    "Name": "upper critical",
116                    "Severity": 1,
117                    "Value": 105.0
118                },
119                {
120                    "Direction": "less than",
121                    "Label": "vin",
122                    "Name": "lower critical",
123                    "Severity": 1,
124                    "Value": 38.0
125                },
126                {
127                    "Direction": "greater than",
128                    "Label": "vin",
129                    "Name": "upper critical",
130                    "Severity": 1,
131                    "Value": 60.0
132                },
133                {
134                    "Direction": "less than",
135                    "Label": "vout1",
136                    "Name": "lower critical",
137                    "Severity": 1,
138                    "Value": 10.8
139                },
140                {
141                    "Direction": "greater than",
142                    "Label": "vout1",
143                    "Name": "upper critical",
144                    "Severity": 1,
145                    "Value": 13.2
146                }
147            ],
148            "Type": "pmbus",
149            "iout1_Name": "PDB_BRICK_CURR_A",
150            "pin_Name": "PDB_BRICK_PIN_PWR_W",
151            "pout1_Name": "PDB_BRICK_POUT_PWR_W",
152            "temp1_Name": "PDB_BRICK_TEMP_C",
153            "vin_Name": "PDB_BRICK_VIN_VOLT_V",
154            "vout1_Name": "PDB_BRICK_VOUT_VOLT_V"
155        }
156    ],
157    "Name": "Minerva PDB",
158    "Probe": "xyz.openbmc_project.FruDevice({'BOARD_PRODUCT_NAME': 'Minerva PDB '})",
159    "Type": "Board",
160    "xyz.openbmc_project.Inventory.Decorator.Asset": {
161        "Manufacturer": "$BOARD_MANUFACTURER",
162        "Model": "$BOARD_PRODUCT_NAME",
163        "PartNumber": "$BOARD_PART_NUMBER",
164        "SerialNumber": "$BOARD_SERIAL_NUMBER"
165    }
166}
167