blob: df51c66abc06254e655fb77dc367e8fe85706e04 [file] [log] [blame]
Matt Spinlerf43eab12020-11-10 09:11:44 -06001[
2 {
3 "Desc":
4 {
5 "Name": "Ambient_Virtual_Temp",
6 "SensorType": "temperature"
7 },
Matt Spinler9fdb9592020-11-11 15:36:21 -06008 "Threshold" :
9 {
10 "CriticalHigh": 100,
11 "CriticalLow": 0,
12 "WarningHigh": 100,
13 "WarningLow": 0
14 },
Matt Spinlerf43eab12020-11-10 09:11:44 -060015 "Params":
16 {
17 "DbusParam":
18 [
19 {
20 "ParamName": "T0",
21 "Desc":
22 {
23 "Name": "Ambient_0_Temp",
24 "SensorType": "temperature"
25 }
26 }
27 ]
28 },
29 "Expression": "T0"
30 }
31]