Skip to content

Commit

Permalink
chore: release v1.3.2
Browse files Browse the repository at this point in the history
Error intercepted for:
- RemainsUntilCombined no data found
- CalculatedRemaining is empty
  • Loading branch information
ltspicer committed Jun 4, 2024
1 parent 3071bf0 commit 1cce7f1
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ The data point CalculatedRemaining/JsonForEcharts (calculated remaining quantity
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**
### 1.3.2 (2024-06-04)

Error intercepted for:
- RemainsUntilCombined no data found
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": "heizoel24-mex",
"version": "1.3.1",
"version": "1.3.2",
"news": {
"1.3.2": {
"en": "Error intercepted for:\n- RemainsUntilCombined no data found\n- CalculatedRemaining is empty",
"de": "Fehler abgefangen bei:\n- RemainsUntil Keine Daten gefunden\n- CalculatedRemaining ist leer",
"ru": "Ошибка перехвачена для:\n- RemainsUntil Сводные данные отсутствуют\n- Рассчитанный Остаток пуст",
"pt": "Erro interceptado para:\n- Permanece até Combinado nenhum dado encontrado\n- O restante está vazio",
"nl": "Fout onderschept voor:\n- Blijft tot Gecombineerd geen gegevens gevonden\n- BerekendRemaining is leeg",
"fr": "Erreur interceptée pour :\n- Reste jusqu'à Aucune donnée combinée n'a été trouvée\n- CalculéLe reste est vide",
"it": "Errore intercettato per:\n- Resta fino a quando Nessun dato trovato\n- CalculatedRemaining è vuoto",
"es": "Error interceptado para:\n- PermanecesUntil No se encontraron datos combinados\n- CalculadoEl mantenimiento está vacío",
"pl": "Błąd przechwycony dla:\n- Do czasu Nie znaleziono połączonych danych\n- Obliczenie pozostałych jest puste",
"uk": "Перехоплення помилок:\n- RemainsUntil Не знайдено ніяких даних\n- ОбчисленняПорожня",
"zh-cn": "已拦截错误 :\n- 留下来直到 合并未找到数据\n- 计算是空的"
},
"1.3.1": {
"en": "CalculatedRemaining json data point for eCharts added",
"de": "Berechnung Weiterführender json-Datenpunkt für eCharts hinzugefügt",
Expand Down Expand Up @@ -80,19 +93,6 @@
"pl": "Brak błędów",
"uk": "Немає помилок",
"zh-cn": "未找到错误"
},
"0.0.1": {
"en": "initial release",
"de": "Erstveröffentlichung",
"ru": "Начальная версия",
"pt": "lançamento inicial",
"nl": "Eerste uitgave",
"fr": "Première version",
"it": "Versione iniziale",
"es": "Versión inicial",
"pl": "Pierwsze wydanie",
"uk": "Початкова версія",
"zh-cn": "首次出版"
}
},
"titleLang": {
Expand Down
4 changes: 2 additions & 2 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.heizoel24-mex",
"version": "1.3.1",
"version": "1.3.2",
"description": "Read in data from MEX",
"author": {
"name": "Daniel Luginbühl",
Expand Down

0 comments on commit 1cce7f1

Please sign in to comment.