thermal: Update config for stats

Bug: 259903201
Test: local build and verify stats
Change-Id: I6fd1d674ef8d93495f6142055b547d652bbc8b6e
This commit is contained in:
sashwinbalaji
2023-02-21 09:40:13 +08:00
committed by S Ashwin Balaji
parent 76fa46f307
commit 1ccaf8e861

View File

@@ -342,5 +342,20 @@
"Name":"fcc",
"Type":"BATTERY"
}
]
],
"Stats": {
"Sensors": {
"RecordWithDefaultThreshold": ["skin-therm-monitor"],
"RecordWithThreshold": [
{
"Name": "skin-therm-monitor",
"Thresholds": [31, 33, 35, 37, 39, 41, 43, 45, 47, 49, 51]
},
{
"Name": "usbc-virt-monitor",
"Thresholds": [10, 15]
}
]
}
}
}