modules/geolocation: Update xml protocol spec to match the 2.2.0 release

This add two new properties: speed and heading. Having our eldbus boiler code
generated against this new protocol spec file.
This commit is contained in:
Stefan Schmidt 2015-08-05 14:37:05 +02:00
parent a885c8c040
commit 3549d39676
1 changed files with 17 additions and 0 deletions

View File

@ -184,6 +184,23 @@
-->
<property name="Altitude" type="d" access="read"/>
<!--
Speed:
The speed in meters per second. When unknown, it's set to -1.0.
-->
<property name="Speed" type="d" access="read"/>
<!--
Heading:
The heading direction in degrees with respect to North direction, in
clockwise order. That means North becomes 0 degree, East: 90 degrees,
South: 180 degrees, West: 270 degrees and so on. When unknown,
it's set to -1.0.
-->
<property name="Heading" type="d" access="read"/>
<!--
Description: