aboutsummaryrefslogtreecommitdiff
path: root/data/org.ayatana.indicator.power.Testing.xml
diff options
context:
space:
mode:
Diffstat (limited to 'data/org.ayatana.indicator.power.Testing.xml')
-rw-r--r--data/org.ayatana.indicator.power.Testing.xml39
1 files changed, 39 insertions, 0 deletions
diff --git a/data/org.ayatana.indicator.power.Testing.xml b/data/org.ayatana.indicator.power.Testing.xml
new file mode 100644
index 0000000..a0d7f50
--- /dev/null
+++ b/data/org.ayatana.indicator.power.Testing.xml
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
+<node xmlns:doc="http://www.freedesktop.org/dbus/1.0/doc.dtd">
+ <interface name="org.ayatana.indicator.power.Testing">
+
+ <property name="MockBatteryEnabled" type="b" access="readwrite">
+ <doc:doc>
+ <doc:description>
+ <doc:para>Whether or not the mock battery is enabled. (Default: false)</doc:para>
+ </doc:description>
+ </doc:doc>
+ </property>
+
+ <property name="MockBatteryLevel" type="u" access="readwrite">
+ <doc:doc>
+ <doc:description>
+ <doc:para>The charge level of the mock battery (0-100%, Default: 50%)</doc:para>
+ </doc:description>
+ </doc:doc>
+ </property>
+
+ <property name="MockBatteryState" type="s" access="readwrite">
+ <doc:doc>
+ <doc:description>
+ <doc:para>The mock battery's state. Possible values: 'charging', 'discharging' (Default: 'discharging')</doc:para>
+ </doc:description>
+ </doc:doc>
+ </property>
+
+ <property name="MockBatteryMinutesLeft" type="u" access="readwrite">
+ <doc:doc>
+ <doc:description>
+ <doc:para>Minutes left until the mock battery finishes charging/discharging (Default: 30)</doc:para>
+ </doc:description>
+ </doc:doc>
+ </property>
+
+ </interface>
+</node>