service/upower: add upower service

This commit is contained in:
Ben 2024-07-05 23:00:39 -04:00
parent 497c9c4e50
commit 24f54f579f
10 changed files with 638 additions and 0 deletions

View file

@ -0,0 +1,7 @@
<node>
<interface name="org.freedesktop.UPower">
<method name="EnumerateDevices">
<arg direction="out" type="ao" name="devices"/>
</method>
</interface>
</node>