mirror of
https://gitlab.com/asus-linux/asusctl.git
synced 2026-01-22 17:33:19 +01:00
66 lines
2.2 KiB
XML
66 lines
2.2 KiB
XML
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
|
|
<node>
|
|
<interface name="org.asuslinux.Daemon">
|
|
<!--
|
|
Get the data set for every mode available
|
|
-->
|
|
<method name="AllModeData">
|
|
<arg type="a{u(us(yyy)(yyy)ss)}" direction="out"/>
|
|
</method>
|
|
<!--
|
|
On machine that have some form of either per-key keyboard or per-zone
|
|
this can be used to write custom effects over dbus. The input is a
|
|
nested `Vec<Vec<8>>` where `Vec<u8>` is a raw USB packet
|
|
-->
|
|
<method name="DirectAddressingRaw">
|
|
<arg name="data" type="aay" direction="in"/>
|
|
</method>
|
|
<!--
|
|
Return the current LED brightness
|
|
-->
|
|
<!--
|
|
Set the keyboard brightness level (0-3)
|
|
-->
|
|
<property name="Brightness" type="u" access="readwrite"/>
|
|
<!--
|
|
Return the device type for this Aura keyboard
|
|
-->
|
|
<property name="DeviceType" type="s" access="read"/>
|
|
<!--
|
|
The current mode data
|
|
-->
|
|
<!--
|
|
Set an Aura effect if the effect mode or zone is supported.
|
|
|
|
On success the aura config file is read to refresh cached values, then
|
|
the effect is stored and config written to disk.
|
|
-->
|
|
<property name="LedMode" type="u" access="readwrite"/>
|
|
<!--
|
|
The current mode data
|
|
-->
|
|
<!--
|
|
Set an Aura effect if the effect mode or zone is supported.
|
|
|
|
On success the aura config file is read to refresh cached values, then
|
|
the effect is stored and config written to disk.
|
|
-->
|
|
<property name="LedModeData" type="(us(yyy)(yyy)ss)" access="readwrite"/>
|
|
<!--
|
|
Set a variety of states, input is array of enum.
|
|
`enabled` sets if the sent array should be disabled or enabled
|
|
|
|
For Modern ROG devices the "enabled" flag is ignored.
|
|
-->
|
|
<property name="LedPower" type="(asas((sbbbb)(sbbbb)(sbbbb)(sbbbb)(sbbbb)))" access="readwrite"/>
|
|
<!--
|
|
Total levels of brightness available
|
|
-->
|
|
<property name="SupportedBrightness" type="au" access="read"/>
|
|
<!--
|
|
The total available modes
|
|
-->
|
|
<property name="SupportedModes" type="au" access="read"/>
|
|
</interface>
|
|
</node>
|