diff options
| author | Tomasz Sterna <tomek@xiaoka.com> | 2015-04-08 11:52:14 +0200 |
|---|---|---|
| committer | Tomasz Sterna <tomek@xiaoka.com> | 2015-04-09 08:45:16 +0200 |
| commit | 78d1697cd63033244304f7794cf9157029e4fdb5 (patch) | |
| tree | 3a1bdbe3d3706c34a8a7841a1790846599a45c8f /org.pebbled.Watch.xml | |
| parent | cbb0039fe542c0d8281601d25c04de487c84fa17 (diff) | |
Implemented firmwareUpgrade in daemon
Diffstat (limited to 'org.pebbled.Watch.xml')
| -rw-r--r-- | org.pebbled.Watch.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/org.pebbled.Watch.xml b/org.pebbled.Watch.xml index 3eae1ab..4c10bdb 100644 --- a/org.pebbled.Watch.xml +++ b/org.pebbled.Watch.xml @@ -72,6 +72,9 @@ <signal name="AllAppsChanged"/> <!-- Firmware management methods --> + <method name="NotifyFirmware"> + <arg name="ok" type="b" direction="in"/> + </method> <method name="UploadFirmware"> <arg name="recovery" type="b" direction="in"/> <arg name="file" type="s" direction="in"/> |
