1[
2    {
3        "Desc": {
4            "Name": "Virtual_Inlet_Temp",
5            "SensorType": "temperature"
6        },
7        "Threshold": {
8            "CriticalHigh": 90,
9            "CriticalLow": 20,
10            "WarningHigh": 70,
11            "WarningLow": 30
12        },
13        "Params": {
14            "ConstParam": [
15                {
16                    "ParamName": "P1",
17                    "Value": 1.1
18                }
19            ],
20            "DbusParam": [
21                {
22                    "ParamName": "P2",
23                    "Desc": {
24                        "Name": "MB_INLET_TEMP",
25                        "SensorType": "temperature"
26                    }
27                },
28                {
29                    "ParamName": "P3",
30                    "Desc": {
31                        "Name": "MB_FAN0_TACH",
32                        "SensorType": "fan_tach"
33                    }
34                }
35            ]
36        },
37        "Expression": "P1 * (P2 + 5 - P3 * 0.01)"
38    }
39]
40