mirror of
https://gitlab.com/asus-linux/asusctl.git
synced 2026-01-22 17:33:19 +01:00
21 lines
695 B
XML
21 lines
695 B
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">
|
|
<method name="SetChargeControlEndThreshold">
|
|
<arg name="limit" type="y" direction="in"/>
|
|
</method>
|
|
<method name="ChargeControlEndThreshold">
|
|
<arg type="y" direction="out"/>
|
|
</method>
|
|
<method name="MainsOnline">
|
|
<arg type="b" direction="out"/>
|
|
</method>
|
|
<signal name="NotifyChargeControlEndThreshold">
|
|
<arg name="limit" type="y"/>
|
|
</signal>
|
|
<signal name="NotifyMainsOnline">
|
|
<arg name="on" type="b"/>
|
|
</signal>
|
|
</interface>
|
|
</node>
|