Note: this is a beta release!
Features & improvements
- WMI sensors now support configuring its scope (thanks zlodei2000)
- This allows for instance to fetch AID64 or openhardwaremonitor sensors
- Example cpu temperature query for the latter:
- Scope: \.\ROOT\OpenHardwareMonitor
- Query: SELECT value FROM Sensor WHERE Name LIKE "%CPU Core%" AND SensorType = "Temperature"