add BatteryService, refactor BatteryModule to use it

This commit is contained in:
Damocles 2026-04-22 21:13:29 +02:00
parent d814ee041f
commit 57d42d7ac3
3 changed files with 111 additions and 90 deletions

View file

@ -2,6 +2,7 @@ module services
# keep-sorted start
NotifItem 1.0 NotifItem.qml
singleton BacklightService 1.0 BacklightService.qml
singleton BatteryService 1.0 BatteryService.qml
singleton BluetoothService 1.0 BluetoothService.qml
singleton IdleInhibitService 1.0 IdleInhibitService.qml
singleton LockService 1.0 LockService.qml