diff --git a/thermal/thermal_info_config_backup_comet.json b/thermal/thermal_info_config_backup_comet.json index b73e51d..0dd0b2f 100644 --- a/thermal/thermal_info_config_backup_comet.json +++ b/thermal/thermal_info_config_backup_comet.json @@ -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", diff --git a/thermal/thermal_info_config_comet.json b/thermal/thermal_info_config_comet.json index ba34498..1f02c64 100644 --- a/thermal/thermal_info_config_comet.json +++ b/thermal/thermal_info_config_comet.json @@ -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",