summaryrefslogtreecommitdiff
path: root/meta-ampere/meta-jade/recipes-phosphor/sensors/phosphor-virtual-sensor/virtual_sensor_config.json
blob: d0dc767828a8528025521a7c102e9fe72be90d00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
[
    {
        "Desc":
        {
            "Name": "total_power",
            "SensorType": "power"
        },
        "Threshold" :
        {
        },
        "Params":
        {
            "DbusParam":
            [
                {
                    "ParamName": "PSU0_POUTPUT",
                    "Desc":
                    {
                        "Name": "PSU0_POUTPUT",
                        "SensorType": "power"
                    }
                },
                {
                    "ParamName": "PSU1_POUTPUT",
                    "Desc":
                    {
                        "Name": "PSU1_POUTPUT",
                        "SensorType": "power"
                    }
                }
            ]
        },
        "Expression": "PSU0_POUTPUT + PSU1_POUTPUT"
    }
]