thermal: Update trigger sensors am: 807c27a95e
am: 4bef4155f3
Original change: https://googleplex-android-review.googlesource.com/c/device/google/tangorpro/+/20953524 Change-Id: Icb3fec6840d5dc1ef0a560ff22d03d48b89dd573 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
0d18392529
1 changed files with 12 additions and 9 deletions
|
@ -3,17 +3,17 @@
|
||||||
{
|
{
|
||||||
"Name":"neutral_therm",
|
"Name":"neutral_therm",
|
||||||
"Type":"UNKNOWN",
|
"Type":"UNKNOWN",
|
||||||
|
"HotThreshold":["NAN", "50.0", "NAN", "NAN", "NAN", "NAN", "NAN"],
|
||||||
"TempPath":"/dev/thermal/tz-by-name/neutral_therm/tz_temp",
|
"TempPath":"/dev/thermal/tz-by-name/neutral_therm/tz_temp",
|
||||||
"Multiplier":0.001
|
"Multiplier":0.001,
|
||||||
|
"PollingDelay":60000,
|
||||||
|
"PassiveDelay":7000
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Name":"quiet_therm",
|
"Name":"quiet_therm",
|
||||||
"Type":"UNKNOWN",
|
"Type":"UNKNOWN",
|
||||||
"HotThreshold":["NAN", "35.0", "NAN", "NAN", "NAN", "NAN", "NAN"],
|
|
||||||
"TempPath":"/dev/thermal/tz-by-name/quiet_therm/tz_temp",
|
"TempPath":"/dev/thermal/tz-by-name/quiet_therm/tz_temp",
|
||||||
"Multiplier":0.001,
|
"Multiplier":0.001
|
||||||
"PollingDelay":60000,
|
|
||||||
"PassiveDelay":7000
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Name":"charger_skin_therm",
|
"Name":"charger_skin_therm",
|
||||||
|
@ -27,8 +27,11 @@
|
||||||
{
|
{
|
||||||
"Name":"disp_therm",
|
"Name":"disp_therm",
|
||||||
"Type":"UNKNOWN",
|
"Type":"UNKNOWN",
|
||||||
|
"HotThreshold":["NAN", "37.0", "NAN", "NAN", "NAN", "NAN", "NAN"],
|
||||||
"TempPath":"/dev/thermal/tz-by-name/disp_therm/tz_temp",
|
"TempPath":"/dev/thermal/tz-by-name/disp_therm/tz_temp",
|
||||||
"Multiplier":0.001
|
"Multiplier":0.001,
|
||||||
|
"PollingDelay":60000,
|
||||||
|
"PassiveDelay":7000
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Name":"battery",
|
"Name":"battery",
|
||||||
|
@ -106,7 +109,7 @@
|
||||||
"Name":"VIRTUAL-SKIN",
|
"Name":"VIRTUAL-SKIN",
|
||||||
"Type":"SKIN",
|
"Type":"SKIN",
|
||||||
"VirtualSensor":true,
|
"VirtualSensor":true,
|
||||||
"TriggerSensor":"quiet_therm",
|
"TriggerSensor":["disp_therm", "neutral_therm"],
|
||||||
"Formula":"MAXIMUM",
|
"Formula":"MAXIMUM",
|
||||||
"Combination":["VIRTUAL-FRONT-SOC", "VIRTUAL-FRONT-BL", "VIRTUAL-BACK-SOC", "VIRTUAL-BACK-CHARGER"],
|
"Combination":["VIRTUAL-FRONT-SOC", "VIRTUAL-FRONT-BL", "VIRTUAL-BACK-SOC", "VIRTUAL-BACK-CHARGER"],
|
||||||
"Coefficient":["1.0", "1.0", "1.0", "1.0"],
|
"Coefficient":["1.0", "1.0", "1.0", "1.0"],
|
||||||
|
@ -122,7 +125,7 @@
|
||||||
"Type":"UNKNOWN",
|
"Type":"UNKNOWN",
|
||||||
"Hidden":true,
|
"Hidden":true,
|
||||||
"VirtualSensor":true,
|
"VirtualSensor":true,
|
||||||
"TriggerSensor":"quiet_therm",
|
"TriggerSensor":["disp_therm", "neutral_therm"],
|
||||||
"Formula":"MAXIMUM",
|
"Formula":"MAXIMUM",
|
||||||
"Combination":["VIRTUAL-FRONT-SOC", "VIRTUAL-FRONT-BL", "VIRTUAL-BACK-SOC", "VIRTUAL-BACK-CHARGER"],
|
"Combination":["VIRTUAL-FRONT-SOC", "VIRTUAL-FRONT-BL", "VIRTUAL-BACK-SOC", "VIRTUAL-BACK-CHARGER"],
|
||||||
"Coefficient":["1.0", "1.0", "1.0", "1.0"],
|
"Coefficient":["1.0", "1.0", "1.0", "1.0"],
|
||||||
|
@ -138,7 +141,7 @@
|
||||||
"Type":"UNKNOWN",
|
"Type":"UNKNOWN",
|
||||||
"Hidden":true,
|
"Hidden":true,
|
||||||
"VirtualSensor":true,
|
"VirtualSensor":true,
|
||||||
"TriggerSensor":"quiet_therm",
|
"TriggerSensor":["disp_therm", "neutral_therm"],
|
||||||
"Formula":"MAXIMUM",
|
"Formula":"MAXIMUM",
|
||||||
"Combination":["VIRTUAL-FRONT-SOC", "VIRTUAL-FRONT-BL", "VIRTUAL-BACK-SOC", "VIRTUAL-BACK-CHARGER"],
|
"Combination":["VIRTUAL-FRONT-SOC", "VIRTUAL-FRONT-BL", "VIRTUAL-BACK-SOC", "VIRTUAL-BACK-CHARGER"],
|
||||||
"Coefficient":["1.0", "1.0", "1.0", "1.0"],
|
"Coefficient":["1.0", "1.0", "1.0", "1.0"],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue