For a heim crate I'm looking for a way to fetch the temperature sensors data for Windows and it seems that WMI and MSAcpi_ThermalZoneTemperature class is the only reasonable solution to do that.
Since heim is an async lib, I would prefer the async interface to WMI, but it seems that wmi crate does not has it at the moment. Do you planning to add it, maybe?
For a heim crate I'm looking for a way to fetch the temperature sensors data for Windows and it seems that WMI and
MSAcpi_ThermalZoneTemperatureclass is the only reasonable solution to do that.Since
heimis an async lib, I would prefer the async interface to WMI, but it seems thatwmicrate does not has it at the moment. Do you planning to add it, maybe?