summaryrefslogtreecommitdiff
path: root/org.pebbled.Watch.xml
diff options
context:
space:
mode:
authorTomasz Sterna <tomek@xiaoka.com>2015-04-07 15:40:14 +0200
committerTomasz Sterna <tomek@xiaoka.com>2015-04-07 15:41:31 +0200
commitcbb0039fe542c0d8281601d25c04de487c84fa17 (patch)
tree73462a423ef875e77be3ca97b2939ad06b199854 /org.pebbled.Watch.xml
parent01dca8bb1697fce6a05ab6a613e8ceaca9d4bfec (diff)
Implemented checking for latest firmware version
Diffstat (limited to 'org.pebbled.Watch.xml')
-rw-r--r--org.pebbled.Watch.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/org.pebbled.Watch.xml b/org.pebbled.Watch.xml
index f125b03..3eae1ab 100644
--- a/org.pebbled.Watch.xml
+++ b/org.pebbled.Watch.xml
@@ -70,5 +70,11 @@
<annotation name="org.qtproject.QtDBus.QtTypeName" value="QVariantList"/>
</property>
<signal name="AllAppsChanged"/>
+
+ <!-- Firmware management methods -->
+ <method name="UploadFirmware">
+ <arg name="recovery" type="b" direction="in"/>
+ <arg name="file" type="s" direction="in"/>
+ </method>
</interface>
</node>