diff options
Diffstat (limited to 'org.pebbled.Watch.xml')
| -rw-r--r-- | org.pebbled.Watch.xml | 6 |
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> |
