mirror of
https://github.com/morgan9e/macos-stats
synced 2026-04-14 00:04:15 +09:00
feat: added IDBR as Brightness current sensor (#2232)
This commit is contained in:
@@ -467,6 +467,7 @@ internal let SensorsList: [Sensor] = [
|
||||
Sensor(key: "IG0R", name: "GPU High side", group: .sensor, type: .current, platforms: Platform.all),
|
||||
Sensor(key: "ID0R", name: "DC In", group: .sensor, type: .current, platforms: Platform.all),
|
||||
Sensor(key: "IBAC", name: "Battery", group: .sensor, type: .current, platforms: Platform.all),
|
||||
Sensor(key: "IDBR", name: "Brightness", group: .sensor, type: .current, platforms: Platform.all),
|
||||
|
||||
// Power
|
||||
Sensor(key: "PC0C", name: "CPU Core", group: .CPU, type: .power, platforms: Platform.all),
|
||||
|
||||
Reference in New Issue
Block a user