dde-dock/plugins/power/dbus/org.deepin.dde.Power1.xml
范朋程 2d958dd670 chore: V23接口改造适配
V23接口改造适配

Log: V23接口改造适配
Influence: 无
Task: https://pms.uniontech.com/task-view-207483.html
Change-Id: Ide530c023ea41f86fad2e8001ec67f1afaa897ab
2022-12-06 14:40:35 +08:00

19 lines
1.3 KiB
XML

<interface name="org.deepin.dde.Power1">
<!--method name="Reset"></method>
<property name="LinePowerScreenBlackDelay" type="i" access="readwrite"></property>
<property name="LinePowerSleepDelay" type="i" access="readwrite"></property>
<property name="BatteryScreenBlackDelay" type="i" access="readwrite"></property>
<property name="BatterySleepDelay" type="i" access="readwrite"></property>
<property name="ScreenBlackLock" type="b" access="readwrite"></property>
<property name="SleepLock" type="b" access="readwrite"></property>
<property name="PowerButtonAction" type="s" access="readwrite"></property>
<property name="LidClosedAction" type="s" access="readwrite"></property>
<property name="LidIsPresent" type="b" access="read"></property>
<property name="OnBattery" type="b" access="read"></property>
<property name="BatteryIsPresent" type="a{sb}" access="read"></property-->
<property name="BatteryPercentage" type="a{sd}" access="read">
<annotation name="org.qtproject.QtDBus.QtTypeName" value="BatteryPercentageMap"/>
</property>
<!--property name="BatteryState" type="a{su}" access="read"></property-->
</interface>