mirror of
https://github.com/openhardwaremonitor/openhardwaremonitor
synced 2025-09-01 06:45:12 +00:00
Refactoring: New class Computer manages all the hardware and creates events.
This commit is contained in:
@@ -54,7 +54,9 @@ namespace OpenHardwareMonitor.Hardware {
|
||||
}
|
||||
|
||||
public interface ISensor {
|
||||
IHardware Hardware { get; }
|
||||
SensorType SensorType { get; }
|
||||
string Identifier { get; }
|
||||
string Name { get; set; }
|
||||
int Index { get; }
|
||||
float? Value { get; }
|
||||
|
Reference in New Issue
Block a user