manager/user: Add BatteryChargeLimit1 interface (#12)

This commit is contained in:
Vicki Pfau 2025-01-13 22:42:22 -08:00
parent 02ed562bd0
commit 91890e5948
10 changed files with 292 additions and 36 deletions

View file

@ -5,7 +5,7 @@ script_args = ["factory-reset", "--reset-all"]
[factory_reset.os]
script = "/usr/bin/steamos-reset-tool"
script_args = ["factory-reset", "--reset-os"]
[factory_reset.user]
script = "/usr/bin/steamos-reset-tool"
script_args = ["factory-reset", "--reset-user-data"]
@ -36,3 +36,8 @@ max = 15
[gpu_clocks]
min = 200
max = 1600
[battery_charge_limit]
suggested_minimum_limit = 10
hwmon_name = "steamdeck_hwmon"
attribute = "max_battery_charge_level"