diff --git a/Modules/Sensors/values.swift b/Modules/Sensors/values.swift index 367ec4b5..7d470838 100644 --- a/Modules/Sensors/values.swift +++ b/Modules/Sensors/values.swift @@ -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),