Added support for T-Balancer sensorhub and miniNG. Added a Flow sensor-type.

This commit is contained in:
Michael Möller
2010-02-21 18:10:30 +00:00
parent bcb19ae527
commit ba9015c451
11 changed files with 214 additions and 58 deletions

View File

@@ -45,7 +45,8 @@ namespace OpenHardwareMonitor.Hardware {
Clock,
Temperature,
Load,
Fan
Fan,
Flow
}
public interface ISensorEntry {