Added a new sensor type "Factor" for dimensionless values (and similar) that are not to be shown as percent ("Level" type). Changed the write amplification sensor to use the new "Factor" sensor type. Added the temperature SMART attribute for Sandforce SSDs as hidden sensor (as it may show fake results on some hardware).

This commit is contained in:
Michael Möller
2012-02-14 23:07:55 +00:00
parent 3f9d9da2f0
commit f8867d671a
12 changed files with 42 additions and 31 deletions

View File

@@ -16,7 +16,7 @@
The Initial Developer of the Original Code is
Michael Möller <m.moeller@gmx.ch>.
Portions created by the Initial Developer are Copyright (C) 2009-2011
Portions created by the Initial Developer are Copyright (C) 2009-2012
the Initial Developer. All Rights Reserved.
Contributor(s):
@@ -50,8 +50,9 @@ namespace OpenHardwareMonitor.Hardware {
Flow, // L/h
Control, // %
Level, // %
Factor, // 1
Power, // W
Data, // GB = 2^30 Bytes
Data, // GB = 2^30 Bytes
}
public struct SensorValue {