handle more cpu temp sensors

This commit is contained in:
Robin Appelman 2025-01-27 18:22:12 +01:00
commit c6769056da

View file

@ -19,6 +19,7 @@ impl TemperatureSource {
for device in Device::list().flatten() {
if device.name() == "k10temp"
|| device.name() == "coretemp"
|| device.name() == "cpu_thermal"
|| device.name() == "soc_thermal"
{
for sensor in device.sensors().flatten() {