1{
2    "Exposes": [
3        {
4            "BindConnector": "4U System Fan connector 1",
5            "Index": 0,
6            "Name": "Fan 1",
7            "Thresholds": [
8                {
9                    "Direction": "less than",
10                    "Name": "lower critical",
11                    "Severity": 1,
12                    "Value": 1750
13                },
14                {
15                    "Direction": "less than",
16                    "Name": "lower non critical",
17                    "Severity": 0,
18                    "Value": 2000
19                }
20            ],
21            "Type": "AspeedFan"
22        },
23        {
24            "BindConnector": "4U System Fan connector 2",
25            "Index": 1,
26            "Name": "Fan 2",
27            "Thresholds": [
28                {
29                    "Direction": "less than",
30                    "Name": "lower critical",
31                    "Severity": 1,
32                    "Value": 1750
33                },
34                {
35                    "Direction": "less than",
36                    "Name": "lower non critical",
37                    "Severity": 0,
38                    "Value": 2000
39                }
40            ],
41            "Type": "AspeedFan"
42        },
43        {
44            "BindConnector": "4U System Fan connector 3",
45            "Index": 2,
46            "Name": "Fan 3",
47            "Thresholds": [
48                {
49                    "Direction": "less than",
50                    "Name": "lower critical",
51                    "Severity": 1,
52                    "Value": 1750
53                },
54                {
55                    "Direction": "less than",
56                    "Name": "lower non critical",
57                    "Severity": 0,
58                    "Value": 2000
59                }
60            ],
61            "Type": "AspeedFan"
62        },
63        {
64            "BindConnector": "4U System Fan connector 4",
65            "Index": 3,
66            "Name": "Fan 4",
67            "Thresholds": [
68                {
69                    "Direction": "less than",
70                    "Name": "lower critical",
71                    "Severity": 1,
72                    "Value": 1750
73                },
74                {
75                    "Direction": "less than",
76                    "Name": "lower non critical",
77                    "Severity": 0,
78                    "Value": 2000
79                }
80            ],
81            "Type": "AspeedFan"
82        },
83        {
84            "BindConnector": "4U System Fan connector 5",
85            "Index": 4,
86            "Name": "Fan 5",
87            "Thresholds": [
88                {
89                    "Direction": "less than",
90                    "Name": "lower critical",
91                    "Severity": 1,
92                    "Value": 1750
93                },
94                {
95                    "Direction": "less than",
96                    "Name": "lower non critical",
97                    "Severity": 0,
98                    "Value": 2000
99                }
100            ],
101            "Type": "AspeedFan"
102        },
103        {
104            "BindConnector": "4U System Fan connector 6",
105            "Index": 5,
106            "Name": "Fan 6",
107            "Thresholds": [
108                {
109                    "Direction": "less than",
110                    "Name": "lower critical",
111                    "Severity": 1,
112                    "Value": 1750
113                },
114                {
115                    "Direction": "less than",
116                    "Name": "lower non critical",
117                    "Severity": 0,
118                    "Value": 2000
119                }
120            ],
121            "Type": "AspeedFan"
122        },
123        {
124            "Name": "BMC",
125            "Type": "BMC"
126        },
127        {
128            "Address": [
129                "0x50",
130                "0x51"
131            ],
132            "Bus": 7,
133            "Name": "PSU address",
134            "Type": "PSUPresence"
135        }
136    ],
137    "Name": "P4000 Chassis",
138    "Probe": [
139        "FOUND('STP Baseboard')",
140        "AND",
141        "xyz.openbmc_project.FruDevice({'BOARD_PRODUCT_NAME': 'FFPANEL'})"
142    ],
143    "Type": "Chassis"
144}
145