Thermal: Update passiveDelay and pollingDealy of trigger sensors
Align the delays in accordance with older devices Bug: 254263444 Test: build and emul_temp Change-Id: I6d7bfaef87c9f4a3d81644425b6687bacb3ef0f4
This commit is contained in:
parent
e8a062b1fb
commit
94157b77ec
2 changed files with 9 additions and 3 deletions
|
@ -23,7 +23,9 @@
|
|||
"Type":"UNKNOWN",
|
||||
"HotThreshold":["NAN", "39.0", "NAN", "NAN", "NAN", "NAN", "NAN"],
|
||||
"TempPath":"/dev/thermal/tz-by-name/charger_skin_therm/tz_temp",
|
||||
"Multiplier":0.001
|
||||
"Multiplier":0.001,
|
||||
"PollingDelay":60000,
|
||||
"PassiveDelay":7000
|
||||
},
|
||||
{
|
||||
"Name":"disp_therm",
|
||||
|
|
|
@ -11,14 +11,18 @@
|
|||
"Type":"UNKNOWN",
|
||||
"HotThreshold":["NAN", "35.0", "NAN", "NAN", "NAN", "NAN", "NAN"],
|
||||
"TempPath":"/dev/thermal/tz-by-name/quiet_therm/tz_temp",
|
||||
"Multiplier":0.001
|
||||
"Multiplier":0.001,
|
||||
"PollingDelay":60000,
|
||||
"PassiveDelay":7000
|
||||
},
|
||||
{
|
||||
"Name":"charger_skin_therm",
|
||||
"Type":"UNKNOWN",
|
||||
"HotThreshold":["NAN", "39.0", "NAN", "NAN", "NAN", "NAN", "NAN"],
|
||||
"TempPath":"/dev/thermal/tz-by-name/charger_skin_therm/tz_temp",
|
||||
"Multiplier":0.001
|
||||
"Multiplier":0.001,
|
||||
"PollingDelay":60000,
|
||||
"PassiveDelay":7000
|
||||
},
|
||||
{
|
||||
"Name":"disp_therm",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue