Skip to content

b2022.2.19

Pre-release
Pre-release
Compare
Choose a tag to compare
@LAB02-Admin LAB02-Admin released this 19 Feb 12:00
· 137 commits to main since this release

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"