mirror of
https://github.com/morgan9e/macos-stats
synced 2026-04-14 00:04:15 +09:00
feat: added current sensors (#766)
This commit is contained in:
@@ -42,7 +42,7 @@ internal class x86_SensorsReader: SensorsReader {
|
||||
|
||||
available = available.filter({ (key: String) -> Bool in
|
||||
switch key.prefix(1) {
|
||||
case "T", "V", "P": return true
|
||||
case "T", "V", "P", "I": return true
|
||||
default: return false
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user