summaryrefslogtreecommitdiff
path: root/org.pebbled.Watch.xml
diff options
context:
space:
mode:
authorJavier <dev.git@javispedro.com>2014-12-07 23:39:29 +0100
committerJavier <dev.git@javispedro.com>2014-12-07 23:39:29 +0100
commita60c1cb3c4afd6dfd305115ec4c52e993172fa7d (patch)
tree1a12cfaed45b923ed511de388d556ccc705c9e6a /org.pebbled.Watch.xml
parent49c20eb7e2933ae6e9e4337fc0fe9b49a39efde8 (diff)
ability to upload apps
Diffstat (limited to 'org.pebbled.Watch.xml')
-rw-r--r--org.pebbled.Watch.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/org.pebbled.Watch.xml b/org.pebbled.Watch.xml
index ce71248..2c5202f 100644
--- a/org.pebbled.Watch.xml
+++ b/org.pebbled.Watch.xml
@@ -54,5 +54,9 @@
<method name="UnloadApp">
<arg name="slot" type="u" direction="in"/>
</method>
+ <method name="UploadApp">
+ <arg name="uuid" type="s" direction="in"/>
+ <arg name="slot" type="u" direction="in"/>
+ </method>
</interface>
</node>