hw: add fan intake and exhaust temps (#34156)

* hw: add fan intake and exhaust temps

* remove bat

---------

Co-authored-by: Comma Device <device@comma.ai>
This commit is contained in:
Adeeb Shihadeh
2024-12-04 19:24:21 -08:00
committed by GitHub
parent c6e4241bad
commit 34d62836fe
5 changed files with 13 additions and 4 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ from collections import namedtuple
from cereal import log
ThermalConfig = namedtuple('ThermalConfig', ['cpu', 'gpu', 'mem', 'bat', 'pmic'])
ThermalConfig = namedtuple('ThermalConfig', ['cpu', 'gpu', 'mem', 'pmic', 'intake', 'exhaust'])
NetworkType = log.DeviceState.NetworkType