1{
2    "Exposes": [
3        {
4            "Address": "0x02",
5            "Bus": 7,
6            "Index": 8,
7            "Name": "Fan 1",
8            "PowerState": "On",
9            "Thresholds": [
10                {
11                    "Direction": "less than",
12                    "Name": "lower non critical",
13                    "Severity": 0,
14                    "Value": 2500
15                },
16                {
17                    "Direction": "greater than",
18                    "Name": "upper non critical",
19                    "Severity": 0,
20                    "Value": 27000
21                },
22                {
23                    "Direction": "greater than",
24                    "Name": "upper critical",
25                    "Severity": 1,
26                    "Value": 28000
27                }
28            ],
29            "Type": "I2CFan"
30        },
31        {
32            "Address": "0x02",
33            "Bus": 7,
34            "Index": 10,
35            "Name": "Fan 2",
36            "PowerState": "On",
37            "Thresholds": [
38                {
39                    "Direction": "less than",
40                    "Name": "lower non critical",
41                    "Severity": 0,
42                    "Value": 2500
43                },
44                {
45                    "Direction": "greater than",
46                    "Name": "upper non critical",
47                    "Severity": 0,
48                    "Value": 27000
49                },
50                {
51                    "Direction": "greater than",
52                    "Name": "upper critical",
53                    "Severity": 1,
54                    "Value": 28000
55                }
56            ],
57            "Type": "I2CFan"
58        },
59        {
60            "Address": "0x02",
61            "Bus": 7,
62            "Index": 12,
63            "Name": "Fan 3",
64            "PowerState": "On",
65            "Thresholds": [
66                {
67                    "Direction": "less than",
68                    "Name": "lower non critical",
69                    "Severity": 0,
70                    "Value": 2500
71                },
72                {
73                    "Direction": "greater than",
74                    "Name": "upper non critical",
75                    "Severity": 0,
76                    "Value": 27000
77                },
78                {
79                    "Direction": "greater than",
80                    "Name": "upper critical",
81                    "Severity": 1,
82                    "Value": 28000
83                }
84            ],
85            "Type": "I2CFan"
86        },
87        {
88            "Address": "0x02",
89            "Bus": 7,
90            "Index": 14,
91            "Name": "Fan 4",
92            "PowerState": "On",
93            "Thresholds": [
94                {
95                    "Direction": "less than",
96                    "Name": "lower non critical",
97                    "Severity": 0,
98                    "Value": 2500
99                },
100                {
101                    "Direction": "greater than",
102                    "Name": "upper non critical",
103                    "Severity": 0,
104                    "Value": 27000
105                },
106                {
107                    "Direction": "greater than",
108                    "Name": "upper critical",
109                    "Severity": 1,
110                    "Value": 28000
111                }
112            ],
113            "Type": "I2CFan"
114        },
115        {
116            "Address": "0x40",
117            "Bus": 7,
118            "Labels": [
119                "iin",
120                "vin",
121                "vmon",
122                "vout1",
123                "pin",
124                "temp1"
125            ],
126            "Name": "12V_IPB_Regulator",
127            "Type": "LM25066"
128        },
129        {
130            "Address": "0x41",
131            "Bus": 7,
132            "Labels": [
133                "iin",
134                "vin",
135                "vmon",
136                "vout1",
137                "pin",
138                "temp1"
139            ],
140            "Name": "12VSB_Regulator",
141            "Type": "LM25066"
142        },
143        {
144            "Address": "0x4c",
145            "Bus": 4,
146            "Name": "Inlet",
147            "Name1": "Inlet_alt",
148            "PowerState": "On",
149            "Thresholds": [
150                {
151                    "Direction": "greater than",
152                    "Name": "upper critical",
153                    "Severity": 1,
154                    "Value": 65.0
155                },
156                {
157                    "Direction": "greater than",
158                    "Name": "upper non critical",
159                    "Severity": 0,
160                    "Value": 50.0
161                }
162            ],
163            "Type": "W83773G"
164        },
165        {
166            "Address": "0x4c",
167            "Bus": 21,
168            "Name": "OCP_Side",
169            "Thresholds": [
170                {
171                    "Direction": "greater than",
172                    "Name": "upper critical",
173                    "Severity": 1,
174                    "Value": 104.0
175                },
176                {
177                    "Direction": "greater than",
178                    "Name": "upper non critical",
179                    "Severity": 0,
180                    "Value": 80.0
181                }
182            ],
183            "Type": "W83773G"
184        },
185        {
186            "Address": "0x4c",
187            "Bus": 7,
188            "Name": "IPB",
189            "Name1": "IPB_alt",
190            "Name2": "IPB_alt2",
191            "Thresholds": [
192                {
193                    "Direction": "greater than",
194                    "Name": "upper critical",
195                    "Severity": 1,
196                    "Value": 54.0
197                },
198                {
199                    "Direction": "greater than",
200                    "Name": "upper non critical",
201                    "Severity": 0,
202                    "Value": 45.0
203                }
204            ],
205            "Type": "W83773G"
206        }
207    ],
208    "Name": "ASRock m3.small.x86",
209    "Probe": "xyz.openbmc_project.FruDevice({'PRODUCT_PRODUCT_NAME': 'm3.small.x86'})",
210    "Type": "Chassis",
211    "xyz.openbmc_project.Inventory.Decorator.Asset": {
212        "Manufacturer": "$PRODUCT_MANUFACTURER",
213        "Model": "$PRODUCT_PRODUCT_NAME",
214        "PartNumber": "$PRODUCT_PART_NUMBER",
215        "SerialNumber": "$PRODUCT_SERIAL_NUMBER"
216    },
217    "xyz.openbmc_project.Inventory.Decorator.AssetTag": {
218        "AssetTag": "$PRODUCT_ASSET_TAG"
219    },
220    "xyz.openbmc_project.Inventory.Item.System": {}
221}
222