summaryrefslogtreecommitdiff
path: root/meta-ibm/recipes-phosphor/sensors/phosphor-virtual-sensor/rainier/virtual_sensor_config.json
blob: 6458836fdd5ff98bdac8f09a188944f4024a54c4 (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
[
    {
        "Desc":
        {
            "Name": "Ambient_Virtual_Temp",
            "SensorType": "temperature"
        },
        "Params":
        {
            "DbusParam":
            [
                {
                    "ParamName": "T0",
                    "Desc":
                    {
                        "Name": "Ambient_0_Temp",
                        "SensorType": "temperature"
                    }
                }
            ]
        },
        "Expression": "T0"
    }
]