feat: added IDBR as Brightness current sensor (#2232)

This commit is contained in:
Serhiy Mytrovtsiy
2024-11-27 18:58:55 +01:00
parent f51e19ae69
commit 6a83b27bbb

View File

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