blob: 0aacc030f99f8a6accf831cef80699f16ae062e2 [file] [log] [blame]
Lei YU07382e82020-12-15 16:48:41 +08001[
2 {
3 "Desc":
4 {
5 "Name": "total_power",
6 "SensorType": "power"
7 },
8 "Params":
9 {
10 "DbusParam":
11 [
12 {
13 "ParamName": "T0",
14 "Desc":
15 {
16 "Name": "PSU0_Input_Power",
17 "SensorType": "power"
18 }
19 },
20 {
21 "ParamName": "T1",
22 "Desc":
23 {
24 "Name": "PSU1_Input_Power",
25 "SensorType": "power"
26 }
27 }
28 ]
29 },
30 "Expression": "T0 + T1"
31 }
32]