Skip to content

Commit

Permalink
Update to Version 1.4.1 (#50)
Browse files Browse the repository at this point in the history
* 1.4.1

* Update Readme and io-package
  • Loading branch information
dkleber89 authored Jun 13, 2021
1 parent f898968 commit 4925dbc
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 19 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@ 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.4.1 (2021-06-13)

- (dkleber89) Some little Adapter maintenance

### 1.4.0 (2021-01-25)

- (dkleber89) Add LREAL Support
Expand Down Expand Up @@ -109,9 +113,6 @@ Upload your *.tpy File from your PLC Project -> Every Time you change something

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

### 1.0.1 (2019-04-06)

- (dkleber89) Random Bugfixes, Add some monitoring that States get correct Ack

## License

Expand Down
28 changes: 14 additions & 14 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,8 @@
{
"common": {
"name": "beckhoff",
"version": "1.4.0",
"version": "1.4.1",
"news": {
"1.0.1": {
"en": "Random Bugfixes",
"de": "Verschieden Bugfixes",
"ru": "Случайные исправления",
"pt": "Bugfixes Aleatórios",
"nl": "Willekeurige Bugfixes",
"fr": "Correction de bugs aléatoires",
"it": "Bugfix casuali",
"es": "Corrección de errores aleatorios",
"pl": "Losowe poprawki błędów",
"zh-cn": "随机错误修正"
},
"1.0.2": {
"en": "Update testing Node v12 in Appveyor and Travis",
"de": "Test aktualisieren auf Node v12 in Appveyor und Travis",
Expand Down Expand Up @@ -146,6 +134,18 @@
"es": "Agregar soporte LREAL",
"pl": "Dodaj obsługę LREAL",
"zh-cn": "添加LREAL支持"
},
"1.4.1": {
"en": "Adapter Maintenance",
"de": "Adapterpflege",
"ru": "Обслуживание адаптера",
"pt": "Manutenção do Adaptador",
"nl": "Adapteronderhoud",
"fr": "Entretien de l'adaptateur",
"it": "Manutenzione dell'adattatore",
"es": "Mantenimiento del adaptador",
"pl": "Konserwacja adaptera",
"zh-cn": "适配器维护"
}
},
"title": "Beckhoff TwinCat ADS",
Expand Down Expand Up @@ -252,4 +252,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,7 +1,7 @@
{
"name": "iobroker.beckhoff",
"description": "ioBroker Beckoff Adapter to communicate with a Beckhoff PLC",
"version": "1.4.0",
"version": "1.4.1",
"private": false,
"license": "MIT",
"keywords": [
Expand Down

0 comments on commit 4925dbc

Please sign in to comment.