summaryrefslogtreecommitdiff
path: root/meta-ibm/recipes-phosphor/sensors/phosphor-virtual-sensor/p10bmc/virtual_sensor_config.json
blob: df51c66abc06254e655fb77dc367e8fe85706e04 (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
[
    {
        "Desc":
        {
            "Name": "Ambient_Virtual_Temp",
            "SensorType": "temperature"
        },
        "Threshold" :
        {
            "CriticalHigh": 100,
            "CriticalLow": 0,
            "WarningHigh": 100,
            "WarningLow": 0
        },
        "Params":
        {
            "DbusParam":
            [
                {
                    "ParamName": "T0",
                    "Desc":
                    {
                        "Name": "Ambient_0_Temp",
                        "SensorType": "temperature"
                    }
                }
            ]
        },
        "Expression": "T0"
    }
]