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:
sashwinbalaji 2022-12-15 12:21:31 +08:00
parent e8a062b1fb
commit 94157b77ec
2 changed files with 9 additions and 3 deletions

View file

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

View file

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