Michael Möller
|
7b6fc115d8
|
Added a SensorName property to the SmartAttribute class in order to support sensor names that are different from the attribute name. Used the SensorName property to replace the "Temperature Difference From 100" sensor with a standard "Temperature" sensor. Closed issue #717.
|
2015-12-13 18:11:48 +01:00 |
|
Michael Möller
|
0d2c7e2c84
|
Added temperature offset parameters to all HDD temperature sensors. Fixed issue 271.
|
2012-07-25 16:03:36 +00:00 |
|
Michael Möller
|
2e3489e1f7
|
Changed the license to the Mozilla Public License 2.0 and update the licensing information.
|
2012-05-27 14:23:31 +00:00 |
|
Michael Möller
|
f8867d671a
|
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).
|
2012-02-14 23:07:55 +00:00 |
|
Michael Möller
|
de089a3d28
|
Modified and extended version of the patch v4 by Roland Reinl (see Issue 256). Main differences to the original patch: DeviceIoControl refactorings removed, SmartAttribute is now descriptive only and does not hold any state, report is written as one 80 columns table, sensors are created only for meaningful values and without duplicates (remaining life, temperatures, host writes and reads). Also the current implementation should really preserve all the functionality of the old system. Additionally there is now a simple SMART devices emulation class (DebugSmart) that can be used in place of WindowsSmart for testing with reported data.
|
2011-12-31 17:31:04 +00:00 |
|