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                    "Hysteresis": 3,
25                    "Name": "HardShutdown",
26                    "Severity": 4,
27                    "Value": 58
28                },
29                {
30                    "Direction": "greater than",
31                    "Hysteresis": 3,
32                    "Name": "SoftShutdown",
33                    "Severity": 3,
34                    "Value": 53
35                },
36                {
37                    "Direction": "greater than",
38                    "Hysteresis": 3,
39                    "Name": "Warning",
40                    "Severity": 0,
41                    "Value": 45
42                }
43            ],
44            "Type": "ModifiedMedian",
45            "Units": "DegreesC"
46        },
47        {
48            "Address": "0x40",
49            "Bus": 7,
50            "Name": "Ambient 2 Temp",
51            "Name1": "Relative Humidity",
52            "Type": "SI7020"
53        },
54        {
55            "Address": "0x48",
56            "Bus": 7,
57            "Name": "Ambient 0 Temp",
58            "Type": "TMP75"
59        }
60    ],
61    "Name": "Blyth Panel",
62    "Probe": "com.ibm.ipzvpd.VINI({'CC': [54, 66, 56, 53]})",
63    "Type": "Board"
64}
65