diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2011-07-07 07:31:48 -0400 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2011-07-07 07:31:48 -0400 |
commit | b55a205776e2e8a3462fac9b770d6815beda32c7 (patch) | |
tree | dcc7e8167333cffc932ef78490afe37ee92c7472 /gpsd_json.xml | |
parent | fa873d45a90f1e86944166d4cac5b72a085e381b (diff) | |
download | gpsd-b55a205776e2e8a3462fac9b770d6815beda32c7.tar.gz |
Bump protocol version number to 3.6 because of news "remote" attribute.
Beware: the C binding doesn't grok this attribute yet.
Diffstat (limited to 'gpsd_json.xml')
-rw-r--r-- | gpsd_json.xml | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/gpsd_json.xml b/gpsd_json.xml index 3d4ad5a8..40615936 100644 --- a/gpsd_json.xml +++ b/gpsd_json.xml @@ -849,7 +849,7 @@ will assert ATT_IS.</para> <entry>remote</entry> <entry>No</entry> <entry>string</entry> - <entry>Path to the remote daemon reporting this version. If + <entry>URL of the remote daemon reporting this version. If empty, this is the version of the local daemon.</entry> </row> </tbody> @@ -900,6 +900,13 @@ following elements:</para> <entry>list</entry> <entry>List of device descriptions</entry> </row> +<row> + <entry>remote</entry> + <entry>No</entry> + <entry>string</entry> + <entry>URL of the remote daemon reporting the device set. If + empty, this is a DEVICES response from the local daemon.</entry> +</row> </tbody> </tgroup> </table> @@ -1008,8 +1015,8 @@ object.</para> <entry>remote</entry> <entry>No</entry> <entry>string</entry> - <entry>Path to the remote daemon reporting the watch set. If - empty, this is the version of the local daemon.</entry> + <entry>URL of the remote daemon reporting the watch set. If + empty, this is a WATCH response from the local daemon.</entry> </row> </tbody> </tgroup> |