Updated external content (Jenkins build 1034)

pull/1969/head
openHAB Build Server 2022-07-09 16:27:23 +00:00
parent 9f0b676a0e
commit ae410d8cb9
3 changed files with 13 additions and 6 deletions

View File

@ -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

View File

@ -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>

View File

@ -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>