thermald: add deviceType to logs (#31819)

* thermald: add deviceType to logs

* fix
This commit is contained in:
Adeeb Shihadeh
2024-03-10 14:29:50 -07:00
committed by GitHub
parent 1b6178a77d
commit f6665f8488
2 changed files with 2 additions and 1 deletions
+1 -1
Submodule cereal updated: 93d3df3210...724d1d22ac
+1
View File
@@ -216,6 +216,7 @@ def thermald_thread(end_event, hw_queue) -> None:
peripheral_panda_present = peripheralState.pandaType != log.PandaState.PandaType.unknown
msg = read_thermal(thermal_config)
msg.deviceState.deviceType = HARDWARE.get_device_type()
if sm.updated['pandaStates'] and len(pandaStates) > 0: