Merge "thermal: Add INNER-DISPLAY-DIFF virtual sensor." into main
This commit is contained in:
commit
3f71f24cee
2 changed files with 62 additions and 0 deletions
|
@ -305,6 +305,37 @@
|
|||
"PollingDelay": 300000,
|
||||
"PassiveDelay": 7000
|
||||
},
|
||||
{
|
||||
"Name": "LEFT-INNER-DISPLAY",
|
||||
"Type": "UNKNOWN",
|
||||
"Hidden": true,
|
||||
"VirtualSensor": true,
|
||||
"Formula": "WEIGHTED_AVG",
|
||||
"Combination": ["usb_conn_therm"],
|
||||
"Coefficient": [0.561],
|
||||
"Offset": 10729,
|
||||
"Multiplier": 0.001
|
||||
},
|
||||
{
|
||||
"Name": "RIGHT-INNER-DISPLAY",
|
||||
"Type": "UNKNOWN",
|
||||
"Hidden": true,
|
||||
"VirtualSensor": true,
|
||||
"Formula": "WEIGHTED_AVG",
|
||||
"Combination": ["soc_therm"],
|
||||
"Coefficient": [0.799],
|
||||
"Offset": 1620,
|
||||
"Multiplier": 0.001
|
||||
},
|
||||
{
|
||||
"Name": "INNER-DISPLAY-DIFF",
|
||||
"Type": "UNKNOWN",
|
||||
"VirtualSensor": true,
|
||||
"Formula": "WEIGHTED_AVG",
|
||||
"Combination": ["RIGHT-INNER-DISPLAY", "LEFT-INNER-DISPLAY"],
|
||||
"Coefficient": [1.0, -1.0],
|
||||
"Multiplier": 0.001
|
||||
},
|
||||
{
|
||||
"Name": "LITTLE",
|
||||
"Type": "CPU",
|
||||
|
|
|
@ -703,6 +703,37 @@
|
|||
"PollingDelay": 300000,
|
||||
"PassiveDelay": 7000
|
||||
},
|
||||
{
|
||||
"Name": "LEFT-INNER-DISPLAY",
|
||||
"Type": "UNKNOWN",
|
||||
"Hidden": true,
|
||||
"VirtualSensor": true,
|
||||
"Formula": "WEIGHTED_AVG",
|
||||
"Combination": ["usb_conn_therm"],
|
||||
"Coefficient": [0.561],
|
||||
"Offset": 10729,
|
||||
"Multiplier": 0.001
|
||||
},
|
||||
{
|
||||
"Name": "RIGHT-INNER-DISPLAY",
|
||||
"Type": "UNKNOWN",
|
||||
"Hidden": true,
|
||||
"VirtualSensor": true,
|
||||
"Formula": "WEIGHTED_AVG",
|
||||
"Combination": ["soc_therm"],
|
||||
"Coefficient": [0.799],
|
||||
"Offset": 1620,
|
||||
"Multiplier": 0.001
|
||||
},
|
||||
{
|
||||
"Name": "INNER-DISPLAY-DIFF",
|
||||
"Type": "UNKNOWN",
|
||||
"VirtualSensor": true,
|
||||
"Formula": "WEIGHTED_AVG",
|
||||
"Combination": ["RIGHT-INNER-DISPLAY", "LEFT-INNER-DISPLAY"],
|
||||
"Coefficient": [1.0, -1.0],
|
||||
"Multiplier": 0.001
|
||||
},
|
||||
{
|
||||
"Name": "LITTLE",
|
||||
"Type": "CPU",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue