rename keyboard led power dbus methods

This commit is contained in:
Luke D. Jones
2023-07-04 10:17:11 +12:00
parent 668135eab3
commit 823958492e
8 changed files with 44 additions and 32 deletions

View File

@@ -54,7 +54,7 @@
}
```
-->
<method name="SetLedsPower">
<method name="SetLedPower">
<arg name="options" type="(asasas)" direction="in"/>
<arg name="enabled" type="b" direction="in"/>
</method>
@@ -69,7 +69,7 @@
</method>
<method name="PrevLedBrightness">
</method>
<method name="LedsEnabled">
<method name="LedPower">
<arg type="(asasas)" direction="out"/>
</method>
<!--