blob: 0161eac4c1a03f4f129eb41df2606c7752e36bcb [file] [log] [blame]
Matt Spinlerc451e8b2021-01-20 14:29:15 -06001{
2 "Exposes": [
3 {
4 "Address": "0x48",
5 "Bus": 7,
6 "Name": "Ambient 0 Temp",
7 "Type": "TMP75"
Rashmica Gupta5cd7bbb2021-07-29 15:13:39 +10008 },
9 {
10 "MaxValidInput": 100,
11 "MaxValue": 128,
12 "MinValidInput": 0,
13 "MinValue": -127,
14 "Name": "Ambient Virtual Temp",
15 "Sensors": [
16 "Ambient 0 Temp",
17 "Ambient 1 Temp",
18 "Ambient 2 Temp"
19 ],
20 "Thresholds": [
21 {
22 "Direction": "greater than",
23 "Name": "Warning",
24 "Severity": 0,
25 "Value": 45
26 }
27 ],
28 "Type": "ModifiedMedian",
29 "Units": "DegreesC"
Matt Spinlerc451e8b2021-01-20 14:29:15 -060030 }
31 ],
32 "Name": "Blyth Panel",
33 "Probe": "com.ibm.ipzvpd.VINI({'CC': [54, 66, 56, 53]})",
34 "Type": "Board"
35}