mirror of https://github.com/cutefishos/core
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
1.4 KiB
XML
37 lines
1.4 KiB
XML
|
5 years ago
|
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
|
||
|
|
<node>
|
||
|
5 years ago
|
<interface name="com.cutefish.PrimaryBattery">
|
||
|
5 years ago
|
<method name="refresh"></method>
|
||
|
|
|
||
|
|
<property name="chargeState" type="i" access="read"/>
|
||
|
|
<property name="chargePercent" type="i" access="read"/>
|
||
|
|
<property name="capacity" type="i" access="read"/>
|
||
|
|
<property name="voltage" type="d" access="read"/>
|
||
|
|
<property name="remainingTime" type="x" access="read"/>
|
||
|
|
<property name="statusString" type="s" access="read"/>
|
||
|
|
<property name="lastChargedPercent" type="i" access="read"/>
|
||
|
|
<property name="lastChargedSecs" type="x" access="read"/>
|
||
|
|
<property name="lastChargedTime" type="s" access="read"/>
|
||
|
|
<property name="udi" type="s" access="read"/>
|
||
|
|
|
||
|
|
<signal name="chargeStateChanged">
|
||
|
|
<arg name="value" type="i"/>
|
||
|
|
</signal>
|
||
|
|
<signal name="chargePercentChanged">
|
||
|
|
<arg name="value" type="i"/>
|
||
|
|
</signal>
|
||
|
|
<signal name="capacityChanged">
|
||
|
|
<arg name="value" type="i"/>
|
||
|
|
</signal>
|
||
|
|
<signal name="voltageChanged">
|
||
|
|
<arg name="value" type="d"/>
|
||
|
|
</signal>
|
||
|
|
<signal name="remainingTimeChanged">
|
||
|
|
<arg name="value" type="x"/>
|
||
|
|
</signal>
|
||
|
|
<signal name="lastChargedPercentChanged">
|
||
|
|
</signal>
|
||
|
|
<signal name="lastChargedSecsChanged">
|
||
|
|
</signal>
|
||
|
|
</interface>
|
||
|
|
</node>
|