thermal: Update VDisplay
- Update vskin outer display equation - Add vskin inner display = vskin open Bug: 318451991 Test: Local build and verify Change-Id: I05fa690fae1d14bf1db9b578529e3cdcf955e467
This commit is contained in:
parent
6f273abbcf
commit
dcff9328a0
1 changed files with 18 additions and 1 deletions
|
@ -676,11 +676,28 @@
|
|||
{
|
||||
"Name": "VIRTUAL-SKIN-OUTER-DISPLAY",
|
||||
"Type": "DISPLAY",
|
||||
"Version": "2.0",
|
||||
"VirtualSensor": true,
|
||||
"TriggerSensor": ["soc_therm", "rffe_therm", "charger_therm", "modem_therm", "gnss_tcxo_therm"],
|
||||
"Formula": "MAXIMUM",
|
||||
"Combination": ["display_therm"],
|
||||
"Coefficient": [0.956],
|
||||
"Offset": 1102,
|
||||
"HotThreshold": ["NAN", 39.0, 43.0, 45.0, 46.5, 53.0, 57.0],
|
||||
"HotHysteresis": [0.0, 1.9, 1.9, 1.9, 1.4, 1.9, 1.9],
|
||||
"Multiplier": 0.001,
|
||||
"SendCallback": true,
|
||||
"PollingDelay": 300000,
|
||||
"PassiveDelay": 7000
|
||||
},
|
||||
{
|
||||
"Name": "VIRTUAL-SKIN-INNER-DISPLAY",
|
||||
"Type": "DISPLAY",
|
||||
"Version": "1.0",
|
||||
"VirtualSensor": true,
|
||||
"TriggerSensor": ["soc_therm", "rffe_therm", "charger_therm", "modem_therm", "gnss_tcxo_therm"],
|
||||
"Formula": "MAXIMUM",
|
||||
"Combination": ["VIRTUAL-SKIN"],
|
||||
"Combination": ["VIRTUAL-SKIN-OPEN"],
|
||||
"Coefficient": [1.0],
|
||||
"HotThreshold": ["NAN", 39.0, 43.0, 45.0, 46.5, 53.0, 57.0],
|
||||
"HotHysteresis": [0.0, 1.9, 1.9, 1.9, 1.4, 1.9, 1.9],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue