device_google_shusky/thermal/thermal_info_config_charge_ripcurrent.json
Will Song 98c6046196 thermal: Change "NAN" to "NaN"
For schema parsing, protobuf parses "NaN" as float but not "NAN."

Test: Flash and check sensor values.
Bug: 127794899
Change-Id: I01549ecdabf4fe6af1cff685b97f8f18b0dd3003
2023-11-07 05:39:45 +00:00

19 lines
375 B
JSON

{
"Sensors":[
{
"Name":"battery",
"Type":"BATTERY",
"HotThreshold":[
"NaN",
"NaN",
"NaN",
"NaN",
"NaN",
"NaN",
"60.0"
],
"VrThreshold":"NaN",
"Multiplier":0.001
}
]
}