1[
2    {
3        "Exposes": [
4            {
5                "Address": "0x40",
6                "Bus": 10,
7                "Name": "FRONT_PANEL_TEMP",
8                "Name1": "FRONT_PANEL_HUMIDTY",
9                "Thresholds": [
10                    {
11                        "Direction": "greater than",
12                        "Index": 1,
13                        "Name": "upper critical",
14                        "Severity": 1,
15                        "Value": 40.0
16                    },
17                    {
18                        "Direction": "less than",
19                        "Index": 1,
20                        "Name": "lower critical",
21                        "Severity": 1,
22                        "Value": 0
23                    }
24                ],
25                "Type": "HDC1080"
26            }
27        ],
28        "Name": "Bletchley Front Panel Board",
29        "Probe": [
30            "FOUND('Bletchley Baseboard')",
31            "AND",
32            "xyz.openbmc_project.Inventory.Decorator.Asset({'Model': 'Bletchley_FPB_HDC1080'})"
33        ],
34        "Type": "Board"
35    },
36    {
37        "Exposes": [
38            {
39                "Address": "0x40",
40                "Bus": 10,
41                "Name": "FRONT_PANEL_TEMP",
42                "Name1": "FRONT_PANEL_HUMIDTY",
43                "Thresholds": [
44                    {
45                        "Direction": "greater than",
46                        "Index": 1,
47                        "Name": "upper critical",
48                        "Severity": 1,
49                        "Value": 40.0
50                    },
51                    {
52                        "Direction": "less than",
53                        "Index": 1,
54                        "Name": "lower critical",
55                        "Severity": 1,
56                        "Value": 0
57                    }
58                ],
59                "Type": "SI7020"
60            }
61        ],
62        "Name": "Bletchley Front Panel Board",
63        "Probe": [
64            "FOUND('Bletchley Baseboard')",
65            "AND",
66            "xyz.openbmc_project.Inventory.Decorator.Asset({'Model': 'Bletchley_FPB_SI7021'})"
67        ],
68        "Type": "Board"
69    }
70]
71