1{
2    "Exposes": [
3        {
4            "Address": "0x76",
5            "Bus": 7,
6            "Name": "Ambient 1 Temp",
7            "Name1": "Station Pressure",
8            "Type": "DPS310"
9        },
10        {
11            "MaxValidInput": 100,
12            "MaxValue": 128,
13            "MinValidInput": 0,
14            "MinValue": -127,
15            "Name": "Ambient Virtual Temp",
16            "Sensors": [
17                "Ambient 0 Temp",
18                "Ambient 1 Temp",
19                "Ambient 2 Temp"
20            ],
21            "Thresholds": [
22                {
23                    "Direction": "greater than",
24                    "Name": "HardShutdown",
25                    "Severity": 4,
26                    "Value": 58
27                },
28                {
29                    "Direction": "greater than",
30                    "Name": "SoftShutdown",
31                    "Severity": 3,
32                    "Value": 53
33                },
34                {
35                    "Direction": "greater than",
36                    "Name": "Warning",
37                    "Severity": 0,
38                    "Value": 45
39                }
40            ],
41            "Type": "ModifiedMedian",
42            "Units": "DegreesC"
43        },
44        {
45            "Address": "0x40",
46            "Bus": 7,
47            "Name": "Ambient 2 Temp",
48            "Name1": "Relative Humidity",
49            "Type": "SI7020"
50        },
51        {
52            "Address": "0x48",
53            "Bus": 7,
54            "Name": "Ambient 0 Temp",
55            "Type": "TMP75"
56        }
57    ],
58    "Name": "Blyth Panel",
59    "Probe": "com.ibm.ipzvpd.VINI({'CC': [54, 66, 56, 53]})",
60    "Type": "Board"
61}
62