diff options
| author | Tomasz Sterna <tomek@xiaoka.com> | 2015-04-07 15:40:14 +0200 |
|---|---|---|
| committer | Tomasz Sterna <tomek@xiaoka.com> | 2015-04-07 15:41:31 +0200 |
| commit | cbb0039fe542c0d8281601d25c04de487c84fa17 (patch) | |
| tree | 73462a423ef875e77be3ca97b2939ad06b199854 /org.pebbled.Watch.xml | |
| parent | 01dca8bb1697fce6a05ab6a613e8ceaca9d4bfec (diff) | |
Implemented checking for latest firmware version
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> |
