diff options
| author | Tomasz Sterna <tomek@xiaoka.com> | 2014-07-23 10:20:00 +0200 |
|---|---|---|
| committer | Tomasz Sterna <tomek@xiaoka.com> | 2014-07-23 10:20:00 +0200 |
| commit | 05502a35e1b1bd10a4ba81d2974d5c41e6a1ef35 (patch) | |
| tree | 38ebe20a01e00246e10ba9fffc7ace56aaa56032 /daemon/org.pebbled.xml | |
| parent | 9f8db04d6059e0b220e36a064d694a1b0649f5f0 (diff) | |
| parent | 9e92e7c4cfd6236912a2665df9a6ed89e8fcdffc (diff) | |
Merge pull request #10 from smurfy/sync_time
Added support to sync date and time from phone
Diffstat (limited to 'daemon/org.pebbled.xml')
| -rw-r--r-- | daemon/org.pebbled.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/daemon/org.pebbled.xml b/daemon/org.pebbled.xml index 0a958c8..e255782 100644 --- a/daemon/org.pebbled.xml +++ b/daemon/org.pebbled.xml @@ -13,6 +13,7 @@ <method name="ping"> <arg name="val" type="i" direction="in"/> </method> + <method name="time"/> <method name="disconnect"/> <method name="reconnect"/> </interface> |
