blob: d0dc767828a8528025521a7c102e9fe72be90d00 [file] [log] [blame]
Thang Q. Nguyen591a0092021-06-29 07:35:07 +00001[
2 {
3 "Desc":
4 {
5 "Name": "total_power",
6 "SensorType": "power"
7 },
8 "Threshold" :
9 {
10 },
11 "Params":
12 {
13 "DbusParam":
14 [
15 {
16 "ParamName": "PSU0_POUTPUT",
17 "Desc":
18 {
19 "Name": "PSU0_POUTPUT",
20 "SensorType": "power"
21 }
22 },
23 {
24 "ParamName": "PSU1_POUTPUT",
25 "Desc":
26 {
27 "Name": "PSU1_POUTPUT",
28 "SensorType": "power"
29 }
30 }
31 ]
32 },
33 "Expression": "PSU0_POUTPUT + PSU1_POUTPUT"
34 }
35]
36