mirror of
https://github.com/morgan9e/macos-stats
synced 2026-04-14 00:04:15 +09:00
feat: small sensors name correction (CPU core -> CPU Core) for TC%C sensors
This commit is contained in:
@@ -213,7 +213,7 @@ let SensorsList: [Sensor] = [
|
||||
Sensor(key: "TCAD", name: "CPU package", group: .CPU, type: .temperature),
|
||||
|
||||
Sensor(key: "TC%c", name: "CPU core %", group: .CPU, type: .temperature, average: true),
|
||||
Sensor(key: "TC%C", name: "CPU core %", group: .CPU, type: .temperature, average: true),
|
||||
Sensor(key: "TC%C", name: "CPU Core %", group: .CPU, type: .temperature, average: true),
|
||||
|
||||
Sensor(key: "TCGC", name: "GPU Intel Graphics", group: .GPU, type: .temperature),
|
||||
Sensor(key: "TG0D", name: "GPU diode", group: .GPU, type: .temperature),
|
||||
|
||||
Reference in New Issue
Block a user