Skip to content

Commit

Permalink
chore: release v0.0.5
Browse files Browse the repository at this point in the history
we added the meterValue state
we added state to control availability
  • Loading branch information
foxriver76 committed Oct 28, 2021
1 parent 059ec89 commit 7363e33
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Adapter to connect an OCPP 1.6 supported wallbox
### **WORK IN PROGRESS**
-->

### **WORK IN PROGRESS**
### 0.0.5 (2021-10-28)
* (foxriver76) we added the meterValue state
* (foxriver76) we added state to control availability

Expand Down
16 changes: 14 additions & 2 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
{
"common": {
"name": "ocpp",
"version": "0.0.4",
"version": "0.0.5",
"news": {
"0.0.5": {
"en": "we added the meterValue state\nwe added state to control availability",
"de": "wir haben den meterValue-Zustand hinzugefügt\nWir haben den Status hinzugefügt, um die Verfügbarkeit zu kontrollieren",
"ru": "мы добавили состояние meterValue\nмы добавили состояние для контроля доступности",
"pt": "adicionamos o estado meterValue\nadicionamos estado para controlar a disponibilidade",
"nl": "we hebben de meterValue-status toegevoegd\nwe hebben status toegevoegd om de beschikbaarheid te controleren",
"fr": "nous avons ajouté l'état meterValue\nnous avons ajouté l'état pour contrôler la disponibilité",
"it": "abbiamo aggiunto lo stato meterValue\nabbiamo aggiunto lo stato per controllare la disponibilità",
"es": "agregamos el estado meterValue\nagregamos estado para controlar la disponibilidad",
"pl": "dodaliśmy stan meterValue\ndodaliśmy stan do kontroli dostępności",
"zh-cn": "我们添加了 meterValue 状态\n我们添加了状态来控制可用性"
},
"0.0.4": {
"en": "we can now enable/disable a charger",
"de": "wir können jetzt ein Ladegerät aktivieren/deaktivieren",
Expand Down Expand Up @@ -136,4 +148,4 @@
"native": {}
}
]
}
}
2 changes: 1 addition & 1 deletion 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.0.4",
"version": "0.0.5",
"description": "Adapter for OCPP 1.6",
"author": {
"name": "Moritz Heusinger",
Expand Down

0 comments on commit 7363e33

Please sign in to comment.