1{
2    "Exposes": [
3        {
4            "Address": "0x76",
5            "Bus": 7,
6            "Name": "Ambient 1 Temp",
7            "Name1": "Station Pressure",
8            "Thresholds": [
9                {
10                    "Direction": "greater than",
11                    "Index": 1,
12                    "Name": "Ambient Upper Critical",
13                    "Severity": 0,
14                    "Value": 100
15                },
16                {
17                    "Direction": "less than",
18                    "Index": 1,
19                    "Name": "Ambient Lower Critical",
20                    "Severity": 0,
21                    "Value": 0
22                }
23            ],
24            "Type": "DPS310"
25        },
26        {
27            "MaxValidInput": 100,
28            "MaxValue": 128,
29            "MinValidInput": 0,
30            "MinValue": -127,
31            "Name": "Ambient Virtual Temp",
32            "Sensors": [
33                "Ambient 0 Temp",
34                "Ambient 1 Temp",
35                "Ambient 2 Temp"
36            ],
37            "Thresholds": [
38                {
39                    "Direction": "greater than",
40                    "Hysteresis": 3,
41                    "Name": "HardShutdown",
42                    "Severity": 4,
43                    "Value": 58
44                },
45                {
46                    "Direction": "greater than",
47                    "Hysteresis": 3,
48                    "Name": "SoftShutdown",
49                    "Severity": 3,
50                    "Value": 53
51                },
52                {
53                    "Direction": "greater than",
54                    "Hysteresis": 3,
55                    "Name": "Warning",
56                    "Severity": 0,
57                    "Value": 45
58                }
59            ],
60            "Type": "ModifiedMedian",
61            "Units": "DegreesC"
62        },
63        {
64            "Address": "0x40",
65            "Bus": 7,
66            "Name": "Ambient 2 Temp",
67            "Name1": "Relative Humidity",
68            "Thresholds": [
69                {
70                    "Direction": "greater than",
71                    "Index": 1,
72                    "Name": "Ambient Upper Critical",
73                    "Severity": 0,
74                    "Value": 100
75                },
76                {
77                    "Direction": "less than",
78                    "Index": 1,
79                    "Name": "Ambient Lower Critical",
80                    "Severity": 0,
81                    "Value": 0
82                }
83            ],
84            "Type": "SI7020"
85        },
86        {
87            "Address": "0x48",
88            "Bus": 7,
89            "Name": "Ambient 0 Temp",
90            "PollRate": 1,
91            "Thresholds": [
92                {
93                    "Direction": "greater than",
94                    "Name": "Ambient Upper Critical",
95                    "Severity": 0,
96                    "Value": 100
97                },
98                {
99                    "Direction": "less than",
100                    "Name": "Ambient Lower Critical",
101                    "Severity": 0,
102                    "Value": 0
103                }
104            ],
105            "Type": "TMP75"
106        }
107    ],
108    "Name": "Blyth Panel",
109    "Probe": "com.ibm.ipzvpd.VINI({'CC': [54, 66, 56, 53]})",
110    "Type": "Board"
111}
112