mirror of
https://github.com/openhardwaremonitor/openhardwaremonitor
synced 2025-09-05 00:35:18 +00:00
Fixed Issue 82.
This commit is contained in:
@@ -72,7 +72,10 @@ namespace OpenHardwareMonitor.Hardware {
|
||||
|
||||
float? Value { get; }
|
||||
float? Min { get; }
|
||||
float? Max { get; }
|
||||
float? Max { get; }
|
||||
|
||||
void ResetMin();
|
||||
void ResetMax();
|
||||
|
||||
IEnumerable<ISensorEntry> Plot { get; }
|
||||
}
|
||||
|
Reference in New Issue
Block a user