mirror of
https://github.com/morgan9e/macos-stats
synced 2026-04-14 00:04:15 +09:00
lang: fixed typo in Power Delivery Brightness (#1735)
* Fix typo in Power Delivery Brightness * Capitalization
This commit is contained in:
@@ -466,7 +466,7 @@ internal let SensorsList: [Sensor] = [
|
||||
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: "PDBR", name: "Power Delivery rrightness", group: .sensor, type: .temperature, platforms: [.m1, .m1Pro, .m1Max, .m1Ultra])
|
||||
Sensor(key: "PDBR", name: "Power Delivery Brightness", group: .sensor, type: .temperature, platforms: [.m1, .m1Pro, .m1Max, .m1Ultra])
|
||||
]
|
||||
|
||||
internal let HIDSensorsList: [Sensor] = [
|
||||
|
||||
Reference in New Issue
Block a user