mirror of
https://github.com/morgan9e/macos-stats
synced 2026-04-14 00:04:15 +09:00
feat: added Media Engine sensors for m1 SoC (#1712)
This commit is contained in:
@@ -363,10 +363,13 @@ internal let SensorsList: [Sensor] = [
|
||||
Sensor(key: "Tg0L", name: "GPU 3", group: .GPU, type: .temperature, platforms: [.m1, .m1Pro, .m1Max, .m1Ultra], average: true),
|
||||
Sensor(key: "Tg0T", name: "GPU 4", group: .GPU, type: .temperature, platforms: [.m1, .m1Pro, .m1Max, .m1Ultra], average: true),
|
||||
|
||||
Sensor(key: "Tm02", name: "Memory 1", group: .GPU, type: .temperature, platforms: [.m1, .m1Pro, .m1Max, .m1Ultra], average: true),
|
||||
Sensor(key: "Tm06", name: "Memory 2", group: .GPU, type: .temperature, platforms: [.m1, .m1Pro, .m1Max, .m1Ultra], average: true),
|
||||
Sensor(key: "Tm08", name: "Memory 3", group: .GPU, type: .temperature, platforms: [.m1, .m1Pro, .m1Max, .m1Ultra], average: true),
|
||||
Sensor(key: "Tm09", name: "Memory 4", group: .GPU, type: .temperature, platforms: [.m1, .m1Pro, .m1Max, .m1Ultra], average: true),
|
||||
Sensor(key: "Tm02", name: "Memory 1", group: .sensor, type: .temperature, platforms: [.m1, .m1Pro, .m1Max, .m1Ultra]),
|
||||
Sensor(key: "Tm06", name: "Memory 2", group: .sensor, type: .temperature, platforms: [.m1, .m1Pro, .m1Max, .m1Ultra]),
|
||||
Sensor(key: "Tm08", name: "Memory 3", group: .sensor, type: .temperature, platforms: [.m1, .m1Pro, .m1Max, .m1Ultra]),
|
||||
Sensor(key: "Tm09", name: "Memory 4", group: .sensor, type: .temperature, platforms: [.m1, .m1Pro, .m1Max, .m1Ultra]),
|
||||
|
||||
Sensor(key: "TCMb", name: "Media Engine 1", group: .sensor, type: .temperature, platforms: [.m1, .m1Pro, .m1Max, .m1Ultra]),
|
||||
Sensor(key: "TCMz", name: "Media Engine 2", group: .sensor, type: .temperature, platforms: [.m1, .m1Pro, .m1Max, .m1Ultra]),
|
||||
|
||||
// M2
|
||||
Sensor(key: "Tp0A", name: "CPU core 1", group: .CPU, type: .temperature, platforms: [.m2, .m2Max, .m2Pro, .m2Ultra], average: true),
|
||||
@@ -462,7 +465,9 @@ internal let SensorsList: [Sensor] = [
|
||||
Sensor(key: "PC3C", name: "RAM", group: .sensor, type: .power, platforms: Platform.all),
|
||||
Sensor(key: "PPBR", name: "Battery", group: .sensor, type: .power, platforms: Platform.all),
|
||||
Sensor(key: "PDTR", name: "DC In", group: .sensor, type: .power, platforms: Platform.all),
|
||||
Sensor(key: "PSTR", name: "System Total", group: .sensor, type: .power, platforms: Platform.all)
|
||||
Sensor(key: "PSTR", name: "System Total", group: .sensor, type: .power, platforms: Platform.all),
|
||||
|
||||
Sensor(key: "PDBR", name: "Power Delivery rrightness", group: .sensor, type: .temperature, platforms: [.m1, .m1Pro, .m1Max, .m1Ultra])
|
||||
]
|
||||
|
||||
internal let HIDSensorsList: [Sensor] = [
|
||||
|
||||
Reference in New Issue
Block a user