Hardware/ISensor.cs
Sun, 27 May 2012 14:23:31 +0000 Changed the license to the Mozilla Public License 2.0 and update the licensing information.
Tue, 14 Feb 2012 23:07:55 +0000 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).
Sat, 31 Dec 2011 17:31:04 +0000 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.
Wed, 27 Jul 2011 18:27:16 +0000 Added support for Intel CPU power sensors (package and cores).
Thu, 20 Jan 2011 21:31:54 +0000 Added a minimal control interface to allow manual fan control and implemented the interface for ATI GPUs.
Thu, 07 Oct 2010 19:34:36 +0000 Added a new sensor type "Level" for wear or charge level (or any other percentage based sensors that don't fit into Load or Control).
Tue, 21 Sep 2010 20:32:36 +0000 Refactored some of the hardware monitoring code and fixed a few code inspection warnings.
Sun, 08 Aug 2010 13:57:26 +0000 Refactored the hardware monitoring code into a library (Issue 101).
Tue, 27 Jul 2010 18:38:11 +0000 Refactoring and fine tuning for Linux GUI.
Sun, 04 Jul 2010 12:49:16 +0000 Fixed Issue 82.
Sun, 06 Jun 2010 11:07:57 +0000 Fixed Issue 69.
Sat, 15 May 2010 14:16:00 +0000 Added a sensor type Control (with unit percent) for (fan) PWM control sensors. Fixed Issue 2.
Sun, 09 May 2010 16:22:13 +0000 Refactored the hardware code and added the visitor pattern for operations on the computer/hardware/sensor/parameter tree.
Thu, 06 May 2010 19:20:38 +0000 Added an Identifier class for IHardware, ISensor and IParameter Identifier properties.
Sat, 27 Feb 2010 15:55:17 +0000 Added support for sensor parameters. Fixed Core and Thread count detection for Intel Core i7 CPUs with disabled HyperThreading.
Sun, 21 Feb 2010 18:10:30 +0000 Added support for T-Balancer sensorhub and miniNG. Added a Flow sensor-type.
Sun, 07 Feb 2010 16:37:15 +0000 Refactoring: New class Computer manages all the hardware and creates events.
Wed, 03 Feb 2010 20:35:10 +0000 Release version 0.1.11. Added support for load percentage sensor type. Added load sensors for CPUs and ATI GPUs.
Tue, 26 Jan 2010 22:37:48 +0000 Initial commit.