even more sensors
This commit is contained in:
parent
a87f50d7ed
commit
69e38fe2d8
1 changed files with 18 additions and 0 deletions
|
@ -19,6 +19,24 @@
|
||||||
name = "coretemp";
|
name = "coretemp";
|
||||||
indices = [ 1 2 3 4 5 ];
|
indices = [ 1 2 3 4 5 ];
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
type = "hwmon";
|
||||||
|
query = "/sys/class/hwmon";
|
||||||
|
name = "nvme";
|
||||||
|
indices = [ 1 ];
|
||||||
|
}
|
||||||
|
{
|
||||||
|
type = "hwmon";
|
||||||
|
query = "/sys/class/hwmon";
|
||||||
|
name = "acpitz";
|
||||||
|
indices = [ 1 ];
|
||||||
|
}
|
||||||
|
{
|
||||||
|
type = "hwmon";
|
||||||
|
query = "/sys/class/hwmon";
|
||||||
|
name = "pch_skylake";
|
||||||
|
indices = [ 1 ];
|
||||||
|
}
|
||||||
{
|
{
|
||||||
type = "hwmon";
|
type = "hwmon";
|
||||||
query = "/sys/devices/platform/thinkpad_hwmon/hwmon";
|
query = "/sys/devices/platform/thinkpad_hwmon/hwmon";
|
||||||
|
|
Loading…
Reference in a new issue