mirror of
https://gitlab.com/asus-linux/asusctl.git
synced 2026-02-06 00:15:04 +01:00
57 lines
2.0 KiB
XML
57 lines
2.0 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">
|
|
<!--
|
|
Set all fan curves for a profile to enabled status. Will also activate a
|
|
fan curve if in the same profile mode
|
|
-->
|
|
<method name="SetFanCurvesEnabled">
|
|
<arg name="profile" type="s" direction="in"/>
|
|
<arg name="enabled" type="b" direction="in"/>
|
|
</method>
|
|
<!--
|
|
Set a single fan curve for a profile to enabled status. Will also
|
|
activate a fan curve if in the same profile mode
|
|
-->
|
|
<method name="SetProfileFanCurveEnabled">
|
|
<arg name="profile" type="s" direction="in"/>
|
|
<arg name="fan" type="s" direction="in"/>
|
|
<arg name="enabled" type="b" direction="in"/>
|
|
</method>
|
|
<!--
|
|
Get the fan-curve data for the currently active PlatformPolicy
|
|
-->
|
|
<method name="FanCurveData">
|
|
<arg name="profile" type="s" direction="in"/>
|
|
<arg type="a(s(yyyyyyyy)(yyyyyyyy)b)" direction="out"/>
|
|
</method>
|
|
<!--
|
|
Set the fan curve for the specified profile.
|
|
Will also activate the fan curve if the user is in the same mode.
|
|
-->
|
|
<method name="SetFanCurve">
|
|
<arg name="profile" type="s" direction="in"/>
|
|
<arg name="curve" type="(s(yyyyyyyy)(yyyyyyyy)b)" direction="in"/>
|
|
</method>
|
|
<!--
|
|
Reset the stored (self) and device curve to the defaults of the
|
|
platform.
|
|
|
|
Each platform_profile has a different default and the defualt can be
|
|
read only for the currently active profile.
|
|
-->
|
|
<method name="SetActiveCurveToDefaults">
|
|
</method>
|
|
<!--
|
|
Reset the stored (self) and device curve to the defaults of the
|
|
platform.
|
|
|
|
Each platform_profile has a different default and the defualt can be
|
|
read only for the currently active profile.
|
|
-->
|
|
<method name="ResetProfileCurves">
|
|
<arg name="profile" type="s" direction="in"/>
|
|
</method>
|
|
</interface>
|
|
</node>
|