1{
2    "Exposes": [
3        {
4            "Address": "0x76",
5            "Bus": "$bus",
6            "Name": "Ambient 1 Temp",
7            "Name1": "Station Pressure",
8            "Type": "DPS310"
9        },
10        {
11            "Address": "0x40",
12            "Bus": "$bus",
13            "Name": "Ambient 2 Temp",
14            "Name1": "Humidity",
15            "Type": "HDC1080"
16        },
17        {
18            "Address": "0x48",
19            "Bus": "$bus",
20            "Name": "Ambient 0 Temp",
21            "Type": "TMP75"
22        }
23    ],
24    "Name": "Mudflap Panel",
25    "Probe": "xyz.openbmc_project.FruDevice({'PRODUCT_PRODUCT_NAME': '.*Mudflap'})",
26    "Type": "Board"
27}
28