mirror of
https://github.com/openhardwaremonitor/openhardwaremonitor
synced 2025-08-31 14:25:16 +00:00
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:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user