Skip to content

Commit

Permalink
chore: release v2.3.10
Browse files Browse the repository at this point in the history
* (arteck) add address as text using openstreetmap
  • Loading branch information
arteck committed Sep 27, 2024
1 parent c241b97 commit 09390c0
Show file tree
Hide file tree
Showing 9 changed files with 810 additions and 743 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ Adapter to control Hyundai or Kia vehicle (until 2023)


## Changelog
### 2.3.10 (2024-09-27)
* (arteck) add address as text using openstreetmap

### 2.3.9 (2024-09-26)
* (arteck) add ccs2 car status

Expand Down
20 changes: 12 additions & 8 deletions admin/index_m.html
Original file line number Diff line number Diff line change
Expand Up @@ -174,14 +174,18 @@ <h6 class="title translate">Api settings</h6>
<label for="protectAgainstDeepDischarge" class="translate">Stop refresh if 12V battery is under 10.5 V to protect against irreversible damage</label>
</div>

<div class="col s6 input-field">
<input type="number" class="value" id="request" min="1" max="400"/>
<label for="request" class="translate">Request max 400</label>
</div>
<div class="col s6 input-field">
<input type="number" class="value" id="errorCounter" min="1" max="10"/>
<label for="errorCounter" class="translate">errorCounter</label>
</div>
<div class="col s6 input-field">
<input type="number" class="value" id="request" min="1" max="400"/>
<label for="request" class="translate">Request max 400</label>
</div>
<div class="col s6 input-field">
<input type="number" class="value" id="errorCounter" min="1" max="10"/>
<label for="errorCounter" class="translate">errorCounter</label>
</div>
<div class="col s6 input-field">
<input type="checkbox" class="value" id="resAddress" />
<label for="resAddress" class="translate">Resolve the address from coordinates using openstreetmap</label>
</div>

</div>
</div>
Expand Down
15 changes: 14 additions & 1 deletion admin/words.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,5 +182,18 @@ systemDictionary = {
'es': 'Language',
'pl': 'Language',
'zh-cn': 'Language'
}
},
'Resolve the address from coordinates using openstreetmap':{
"en": "Resolve the address from coordinates using openstreetmap",
"de": "Lösen Sie die Adresse auf mithilfe der opentreetmap",
"ru": "Удалить адрес из координат с помощью opentreetmap",
"pt": "Resolver o endereço das coordenadas usando o opentreetmap",
"nl": "Oplossen van het adres van coördinaten via openstreetmap",
"fr": "Résoudre l'adresse des coordonnées en utilisant openstreetmap",
"it": "Risolvere l'indirizzo dalle coordinate utilizzando openstreetmap",
"es": "Resolver la dirección desde coordenadas usando openstreetmap",
"pl": "Rozwiąż adres ze współrzędnych używając mapy openstreetmap",
"uk": "Вирішити адресу з координат за допомогою openstreetmap",
"zh-cn": "使用 Opentreetmap 从坐标解析地址"
}
};
21 changes: 16 additions & 5 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "bluelink",
"version": "2.3.9",
"version": "2.3.10",
"news": {
"2.3.10": {
"en": "add address as text using openstreetmap",
"de": "adresse als text hinzufügen mit opentreetmap",
"ru": "добавить адрес как текст с помощью opentreetmap",
"pt": "adicionar endereço como texto usando o opentreetmap",
"nl": "adres toevoegen als tekst met openstreetmap",
"fr": "ajouter l'adresse comme texte en utilisant openstreetmap",
"it": "aggiungere l'indirizzo come testo usando openstreetmap",
"es": "añadir dirección como texto usando openstreetmap",
"pl": "dodaj adres jako tekst używając openstreetmap",
"uk": "додати адресу як текст за допомогою openstreetmap",
"zh-cn": "使用 opentreetmap 添加地址为文本"
},
"2.3.9": {
"en": "add ccs2 car status",
"de": "ccs2 autostatus hinzufügen",
Expand Down Expand Up @@ -60,9 +73,6 @@
},
"2.3.1": {
"en": "see Readme"
},
"2.2.8": {
"en": "force update"
}
},
"title": "Hyundai (Bluelink) / Kia (UVO)",
Expand Down Expand Up @@ -141,7 +151,8 @@
"evHistory": true,
"protectAgainstDeepDischarge": true,
"errorCounter": 5,
"language": "DE"
"language": "DE",
"resAddress": false
},
"objects": [],
"instanceObjects": [
Expand Down
Loading

0 comments on commit 09390c0

Please sign in to comment.