Skip to content

Commit

Permalink
chore: release v1.18.1
Browse files Browse the repository at this point in the history
* (foxriver76) fixed detection of legacy API
  • Loading branch information
foxriver76 committed Apr 14, 2024
1 parent b2e4b6e commit 212de4b
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ The channel provides battery specific information like the number of cycle count
Placeholder for the next version (at the beginning of the line):
### __WORK IN PROGRESS__
-->
### __WORK IN PROGRESS__
### 1.18.1 (2024-04-14)
* (foxriver76) fixed detection of legacy API

### 1.18.0 (2024-03-18)
Expand Down
28 changes: 14 additions & 14 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "sonnen",
"version": "1.18.0",
"version": "1.18.1",
"news": {
"1.18.1": {
"en": "fixed detection of legacy API",
"de": "feste Erkennung von Vermächtnis API",
"ru": "фиксированное обнаружение наследия API",
"pt": "detecção fixa de API legado",
"nl": "vaste detectie van legacy API",
"fr": "détection fixe de l'API héritée",
"it": "rilevamento fisso di API legacy",
"es": "detección fija de API heredada",
"pl": "stałe wykrywanie dotychczasowych API",
"uk": "виправлене виявлення API Legacy",
"zh-cn": "固定检测遗留的 API"
},
"1.18.0": {
"en": "added new inverter and powermeter states",
"de": "neue wechselrichter- und leistungszählerzustände hinzugefügt",
Expand Down Expand Up @@ -80,19 +93,6 @@
"pl": "w przypadku, gdy ustawiony punkt końcowy nie jest dostępny (ograniczony #228)",
"uk": "фіксована аварія, якщо v2 конфігурації кінцева точка недоступна (закривається #228)",
"zh-cn": "如果无法提供固定的事故(第228号)"
},
"1.15.3": {
"en": "internal optimizations (Axios port)",
"de": "interne Optimierungen (Axios Port)",
"ru": "внутренняя оптимизация (Axios port)",
"pt": "otimizações internas (porto de Axios)",
"nl": "inwendige optimaties (Axios port)",
"fr": "optimisations internes (port Axios)",
"it": "ottimizzazioni interne (porta assios)",
"es": "optimizaciones internas (puerto Axios)",
"pl": "optymalizacja wewnętrznego portu (Axios port)",
"uk": "внутрішня оптимізація (Axios порт)",
"zh-cn": "内部优化(Axios港口)"
}
},
"title": "sonnen",
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.sonnen",
"version": "1.18.0",
"version": "1.18.1",
"engines": {
"node": ">=16.0.0"
},
Expand Down

0 comments on commit 212de4b

Please sign in to comment.