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