Update ISensor.cs

This commit is contained in:
DarthDestroyer
2016-04-28 19:58:59 +02:00
parent 6ea14cb58d
commit b3140327d9

View File

@@ -26,6 +26,7 @@ namespace OpenHardwareMonitor.Hardware {
Factor, // 1
Power, // W
Data, // GB = 2^30 Bytes
SmallData, // MB = 2^20 Bytes
}
public struct SensorValue {