Skip to content

Commit

Permalink
chore: release v0.9.1
Browse files Browse the repository at this point in the history
* (foxriver76) we now avoid not implemented logging if `chargeLimit` is set to null (deactivated)
  • Loading branch information
foxriver76 committed Jan 13, 2023
1 parent 41d3b90 commit 8e4c6c4
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ Adapter to connect an OCPP 1.6 supported wallbox
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->

### **WORK IN PROGRESS**
### 0.9.1 (2023-01-13)
* (foxriver76) we now avoid not implemented logging if `chargeLimit` is set to null (deactivated)

### 0.9.0 (2023-01-13)
Expand Down
27 changes: 14 additions & 13 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "ocpp",
"version": "0.9.0",
"version": "0.9.1",
"news": {
"0.9.1": {
"en": "we now avoid not implemented logging if `chargeLimit` is set to null (deactivated)",
"de": "wir vermeiden jetzt nicht durchgeführte Protokollierung Limit wird auf Null gesetzt (deaktiviert)",
"ru": "мы теперь избегаем не реализованных логов, если заряд Лимит установлен на null (деактивирован)",
"pt": "nós evitamos agora o registro não implementado se cobrar Limite é definido para nulo (desativado)",
"nl": "we vermijden nu geen inrichting als aanklacht Limit is klaar om te kalmeren",
"fr": "nous évitons maintenant de ne pas implémenter l'enregistrement si la charge La limite est fixée à null (désactivée)",
"it": "ora evitiamo di non implementato logging se la carica Il limite è impostato a null (disattivato)",
"es": "ahora evitamos que no se implemente registro si carga El límite está fijado para anular (desactivado)",
"pl": "teraz unikamy wdrożenia logowania, jeśli akcje są obciążone. Limit jest ustawiony w null (deaktywowany)",
"uk": "ми зараз не втілюємо загибель, якщо заряд Ліміт встановлюється на null (деактивований)",
"zh-cn": "我们现在避免执行伐木,如果收费的话。 限制规定无效(终止)"
},
"0.9.0": {
"en": "* we removed states from main connector which are not allowed there\n* we now synchronize configuration into adapter\n* we added ack flag to `availability` state\n* we added ack flag for `charge limit` states\n* we optimized error logging\n* we now allow changing charger configuration via adapter\n* we improved reconnect handling\n\n__Please delete all states of connector 0 once__",
"de": "* wir entfernte zustände vom hauptverbinder, die dort nicht erlaubt sind\n* wir synchronisieren jetzt konfiguration in adapter\n* wir haben ack flag zum verfügbarkeitszustand hinzugefügt\n* wir haben einck flag für `charge limit` zustände hinzugefügt\n* wir optimierte fehlerprotokollierung\n* wir erlauben nun eine änderung der ladegerätkonfiguration über adapter\n* wir verbesserte reconnect handling\n\n_Bitte löschen Sie alle Zustände des Steckverbinders 0 einmal_",
Expand Down Expand Up @@ -77,18 +90,6 @@
"es": "ahora manejamos los mensajes de DataTransfer",
"pl": "obecnie obsługuje komunikaty DataTransfer",
"zh-cn": "我们现在处理数据流通信息"
},
"0.5.1": {
"en": "we have optimized some log messages",
"de": "wir haben einige protokollnachrichten optimiert",
"ru": "мы оптимизировали некоторые лог-сообщения",
"pt": "nós temos otimizado algumas mensagens de log",
"nl": "we hebben wat logberichten opgemerkt",
"fr": "nous avons optimisé certains messages",
"it": "abbiamo ottimizzato alcuni messaggi di log",
"es": "hemos optimizado algunos mensajes de registro",
"pl": "zoptymalizowano niektóre wiadomości logistyczne",
"zh-cn": "我们优化了一些逻辑信息"
}
},
"title": "Open Charge Point Protocol",
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.ocpp",
"version": "0.9.0",
"version": "0.9.1",
"description": "Adapter for OCPP 1.6",
"author": {
"name": "Moritz Heusinger",
Expand Down

0 comments on commit 8e4c6c4

Please sign in to comment.