feat: added current sensors (#766)

This commit is contained in:
Serhiy Mytrovtsiy
2022-01-03 17:26:50 +01:00
parent 4fe3779056
commit 8ea40901ce
2 changed files with 7 additions and 1 deletions

View File

@@ -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
}
})