mirror of
https://codeberg.org/icewind/palantir.git
synced 2026-06-03 10:14:09 +02:00
handle more cpu temp sensors
This commit is contained in:
parent
80ecafa593
commit
c6769056da
1 changed files with 1 additions and 0 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue