Merge "thermal: Add INNER-DISPLAY-DIFF virtual sensor." into main

This commit is contained in:
Treehugger Robot 2024-01-02 08:01:15 +00:00 committed by Android (Google) Code Review
commit 3f71f24cee
2 changed files with 62 additions and 0 deletions

View file

@ -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",

View file

@ -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",