diff options
Diffstat (limited to 'src/ss/zenpower.c')
-rw-r--r-- | src/ss/zenpower.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ss/zenpower.c b/src/ss/zenpower.c index 2e5151d..56c686d 100644 --- a/src/ss/zenpower.c +++ b/src/ss/zenpower.c @@ -30,6 +30,12 @@ static HwmonSensorType hwmon_stype[] = { {"CPU Temperature (tDie)", "temp2_input", " %6.2f°C", 1000.0}, {"CCD1 Temperature", "temp3_input", " %6.2f°C", 1000.0}, {"CCD2 Temperature", "temp4_input", " %6.2f°C", 1000.0}, + {"CCD3 Temperature", "temp5_input", " %6.2f°C", 1000.0}, + {"CCD4 Temperature", "temp6_input", " %6.2f°C", 1000.0}, + {"CCD5 Temperature", "temp7_input", " %6.2f°C", 1000.0}, + {"CCD6 Temperature", "temp8_input", " %6.2f°C", 1000.0}, + {"CCD7 Temperature", "temp9_input", " %6.2f°C", 1000.0}, + {"CCD8 Temperature", "temp10_input", " %6.2f°C", 1000.0}, {"CPU Core Voltage (SVI2)", "in1_input", " %8.3f V", 1000.0}, {"SOC Voltage (SVI2)", "in2_input", " %8.3f V", 1000.0}, {"CPU Core Current (SVI2)", "curr1_input", " %8.3f A", 1000.0}, |