service/upower: add power-profiles support

This commit is contained in:
outfoxxed 2025-01-02 21:54:36 -08:00
parent 66b9917e70
commit 47bcf8ee61
Signed by untrusted user: outfoxxed
GPG key ID: 4C88A185FB89301E
6 changed files with 462 additions and 2 deletions

View file

@ -3,5 +3,6 @@ description = "UPower Service"
headers = [
"core.hpp",
"device.hpp",
"powerprofiles.hpp",
]
-----