Daniel Varga
Daniel Varga

Hello, if i understand correctly `Identifier` properties of `ISensor` and `IHardware` instances should be unique as stated here: https://github.com/LibreHardwareMonitor/LibreHardwareMonitor/blob/b237744f9d7049ea972b468e32eab955af3fb0f8/LibreHardwareMonitorLib/Hardware/Identifier.cs#L13-L16 On my hardware however there are two sensors of type `SensorType.Load`...
Hi! To follow up on the conversation in pull request #1455, here is another attempt to improve the `Identifier` object instantiation for HidDevices. First of all, I don't have a...