Skip to content

Commit

Permalink
Update Adapter Version (#58)
Browse files Browse the repository at this point in the history
* 1.5.0

* Update Readme and io-package.json

* Update
  • Loading branch information
dkleber89 authored Sep 28, 2021
1 parent 6332d1d commit cd9d40e
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 19 deletions.
8 changes: 8 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"json.schemas": [
{
"fileMatch": ["io-package.json"],
"url": "https://json.schemastore.org/io-package"
}
]
}
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ Upload your *.tpy File from your PLC Project -> Every Time you change something
3. Sync never meant the Dataexchange of the Symbols. Sync is the create or delete the States in ioBroker dependent on the GlobalVariableTable in the PLC.

## Changelog
### 1.5.0 (2021-09-28)

- (dkleber89) Process next state in list when register subscriptions not before the previous is finish processed in plc
### 1.4.1 (2021-06-13)

- (dkleber89) Some little Adapter maintenance
Expand Down Expand Up @@ -109,10 +112,6 @@ Upload your *.tpy File from your PLC Project -> Every Time you change something

- (dkleber89) Increase depth of LOG details, Update dependency versions

### 1.0.2 (2019-05-18)

- (Appollon77) Update testing for Node.js v12 in Appveyor und Travis


## License

Expand Down
26 changes: 13 additions & 13 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,8 @@
{
"common": {
"name": "beckhoff",
"version": "1.4.1",
"version": "1.5.0",
"news": {
"1.0.2": {
"en": "Update testing Node v12 in Appveyor and Travis",
"de": "Test aktualisieren auf Node v12 in Appveyor und Travis",
"ru": "Обновление тестирующего Node v12 в Appveyor и Travis",
"pt": "Atualize o teste do nó v12 no Appveyor e no Travis",
"nl": "Update toets Node v12 in Appveyor en Travis",
"fr": "Mise à jour du test du nœud v12 dans Appveyor et Travis",
"it": "Aggiornamento test Nodo v12 in Appveyor e Travis",
"es": "Actualización de pruebas del nodo v12 en Appveyor y Travis",
"pl": "Aktualizacja testowania Node v12 w Appveyor i Travis",
"zh-cn": "在Appveyor和Travis中更新测试节点v12"
},
"1.0.4": {
"en": "Increase depth of LOG Details, Update Dependency Versions",
"de": "LOG Detailtiefe erhöht, Paketversionen aktualisiert",
Expand Down Expand Up @@ -146,6 +134,18 @@
"es": "Mantenimiento del adaptador",
"pl": "Konserwacja adaptera",
"zh-cn": "适配器维护"
},
"1.5.0": {
"en": "Process next state in list when register subscriptions not before the previous is finish processed in plc",
"de": "Bearbeite bei der Registrierung der Subscriptions den nächsten State erst, wenn der vorherige fertig bearbeitet wurde",
"ru": "Обрабатывать следующее состояние в списке, если подписки регистрируются не раньше, чем предыдущая обработка завершается в plc.",
"pt": "Processa o próximo estado na lista quando registrar as assinaturas não antes que o anterior termine processado no plc",
"nl": "Verwerk de volgende status in de lijst wanneer abonnementen worden geregistreerd niet voordat de vorige is voltooid, verwerkt in plc",
"fr": "Traiter l'état suivant dans la liste lorsque les abonnements d'enregistrement ne sont pas terminés avant la fin du traitement dans plc",
"it": "Elabora lo stato successivo nell'elenco quando si registrano gli abbonamenti non prima che il precedente sia stato elaborato in plc",
"es": "Procese el siguiente estado en la lista cuando registre suscripciones no antes de que termine el procesamiento anterior en plc",
"pl": "Przetwarzaj następny stan na liście, gdy zarejestruj subskrypcje nie przed zakończeniem poprzedniego przetwarzania w PLC",
"zh-cn": "当注册订阅不在 plc 中前一个完成处理之前处理列表中的下一个状态"
}
},
"title": "Beckhoff TwinCat ADS",
Expand Down
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,7 +1,7 @@
{
"name": "iobroker.beckhoff",
"description": "ioBroker Beckoff Adapter to communicate with a Beckhoff PLC",
"version": "1.4.1",
"version": "1.5.0",
"private": false,
"license": "MIT",
"keywords": [
Expand Down

0 comments on commit cd9d40e

Please sign in to comment.