Merge "thermal: add VSKIN-CHARGE into RecordWithDefaultThreshold in the config" into udc-qpr-dev

This commit is contained in:
Peter (YM) 2023-08-16 11:22:48 +00:00 committed by Android (Google) Code Review
commit 598b3a559a

View file

@ -730,12 +730,16 @@
], ],
"Stats": { "Stats": {
"Sensors": { "Sensors": {
"RecordWithDefaultThreshold": ["VIRTUAL-SKIN", "VIRTUAL-SKIN-CHARGE-WLC"], "RecordWithDefaultThreshold": ["VIRTUAL-SKIN", "VIRTUAL-SKIN-CHARGE", "VIRTUAL-SKIN-CHARGE-WLC"],
"RecordWithThreshold": [ "RecordWithThreshold": [
{ {
"Name": "VIRTUAL-SKIN", "Name": "VIRTUAL-SKIN",
"Thresholds": [31, 33, 35, 37, 39, 41, 43, 45, 47, 49, 51] "Thresholds": [31, 33, 35, 37, 39, 41, 43, 45, 47, 49, 51]
}, },
{
"Name": "VIRTUAL-SKIN-CHARGE",
"Thresholds": [31, 33, 35, 37, 39, 41, 43, 45, 47, 49, 51]
},
{ {
"Name": "VIRTUAL-SKIN-CHARGE-WLC", "Name": "VIRTUAL-SKIN-CHARGE-WLC",
"Thresholds": [31, 33, 35, 37, 39, 41, 43, 45, 47, 49, 51] "Thresholds": [31, 33, 35, 37, 39, 41, 43, 45, 47, 49, 51]