Skip to content

Commit

Permalink
feat: added IDBR as Brightness current sensor (#2232)
Browse files Browse the repository at this point in the history
exelban committed Nov 27, 2024

Verified

This commit was signed with the committer’s verified signature.
sandhose Quentin Gliech
1 parent f51e19a commit 6a83b27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Modules/Sensors/values.swift
Original file line number Diff line number Diff line change
@@ -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),

0 comments on commit 6a83b27

Please sign in to comment.