Skip to content

Commit

Permalink
chore: release v0.10.0
Browse files Browse the repository at this point in the history
* (foxriver76) implemented state to control number of phases used for charging
  • Loading branch information
foxriver76 committed Jan 16, 2023
1 parent d750905 commit 3b430ee
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.10.0 (2023-01-16)
* (foxriver76) implemented state to control number of phases used for charging

### 0.9.1 (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.1",
"version": "0.10.0",
"news": {
"0.10.0": {
"en": "implemented state to control number of phases used for charging",
"de": "implementierter zustand zur steuerung der anzahl der zum laden verwendeten phasen",
"ru": "реализованное состояние для контроля количества фаз, используемых для зарядки",
"pt": "estado implementado para controlar o número de fases usadas para carregar",
"nl": "geïnformeerd tot controlenummer van fasen gebruikt voor het opladen van",
"fr": "état mis en œuvre pour contrôler le nombre de phases utilisées pour le chargement",
"it": "stato implementato per controllare il numero di fasi utilizzate per la ricarica",
"es": "estado implementado para controlar el número de fases utilizadas para la carga",
"pl": "wdrażany stan kontroli liczby faz używanych do ładowania ładowania",
"uk": "впроваджений стан для контролю кількості фаз, що використовуються для зарядки",
"zh-cn": "实施国家控制用于慈善阶段的数量"
},
"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)",
Expand Down Expand Up @@ -78,18 +91,6 @@
"es": "hemos introducido un estado para sepcificar si cobra El límite está en vatios o amperios",
"pl": "wprowadzamy państwo do sektyfikowania, jeśli akcje zostaną obciążone. Limit znajduje się w watach lub ampere",
"zh-cn": "我们已引入了一个国家,如果收费的话,就能实现统一。 限制是瓦砾或空。"
},
"0.6.0": {
"en": "we now handle `DataTransfer` messages",
"de": "wir behandeln jetzt DataTransfer Nachrichten",
"ru": "мы теперь обрабатываем сообщения DataTransfer",
"pt": "nós agora lidamos com as mensagens DataTransfer",
"nl": "we gaan nu met DataTransfer berichten",
"fr": "nous traitons maintenant les messages DataTransfer",
"it": "ora gestiamo i messaggi DataTransfer",
"es": "ahora manejamos los mensajes de DataTransfer",
"pl": "obecnie obsługuje komunikaty DataTransfer",
"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.1",
"version": "0.10.0",
"description": "Adapter for OCPP 1.6",
"author": {
"name": "Moritz Heusinger",
Expand Down

0 comments on commit 3b430ee

Please sign in to comment.