Updated external content (Jenkins build 1034)
parent
9f0b676a0e
commit
ae410d8cb9
|
@ -353,12 +353,12 @@ GPS location and heading of the vehicle.
|
|||
* Available for all vehicles with built-in GPS sensor. Function can be enabled/disabled in the head unit
|
||||
* Read-only values
|
||||
|
||||
| Channel Label | Channel ID | Type |
|
||||
|-----------------|---------------------|--------------|
|
||||
| GPS Coordinates | gps | Location |
|
||||
| Heading | heading | Number:Angle |
|
||||
| Address | address | String |
|
||||
|
||||
| Channel Label | Channel ID | Type |
|
||||
|---------------------|---------------------|---------------|
|
||||
| GPS Coordinates | gps | Location |
|
||||
| Heading | heading | Number:Angle |
|
||||
| Address | address | String |
|
||||
| Distance from Home | home-distance | Number:Length |
|
||||
|
||||
#### Remote Services
|
||||
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
<channel id="gps" typeId="gps-channel"/>
|
||||
<channel id="heading" typeId="heading-channel"/>
|
||||
<channel id="address" typeId="address-channel"/>
|
||||
<channel id="home-distance" typeId="home-distance-channel"/>
|
||||
</channels>
|
||||
</channel-group-type>
|
||||
</thing:thing-descriptions>
|
||||
|
|
|
@ -16,4 +16,10 @@
|
|||
<item-type>String</item-type>
|
||||
<label>Address</label>
|
||||
</channel-type>
|
||||
<channel-type id="home-distance-channel">
|
||||
<item-type>Number:Length</item-type>
|
||||
<label>Distance from Home</label>
|
||||
<description>Computed distance between vehicle and home location</description>
|
||||
<state pattern="%d %unit%" readOnly="true"/>
|
||||
</channel-type>
|
||||
</thing:thing-descriptions>
|
||||
|
|
Loading…
Reference in New Issue