Skip to content

Commit

Permalink
2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TA2k committed Oct 16, 2023
1 parent f0126c9 commit 7ac4a92
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"common": {
"name": "viessmannapi",
"version": "2.2.0",
"version": "2.2.1",
"news": {
"2.2.0": {
"2.2.1": {
"en": "fix device role detection and id parsing",
"de": "Rolen Erkennung und ID Parsing verbessert"
},
Expand Down
1 change: 0 additions & 1 deletion lib/extractKeys.js
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,6 @@ function extractArray(adapter, element, key, path, write, preferedArrayName, for
arrayPath = arrayPath.replace(/;/g, "_");
} else {
arrayPath = arrayElement[keyName];
arrayPath = arrayPath.replace(/;/g, "_");
}
}
});
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.viessmannapi",
"version": "2.2.0",
"version": "2.2.1",
"description": "Adapter for Viessmannapi",
"author": {
"name": "TA2k",
Expand Down

0 comments on commit 7ac4a92

Please sign in to comment.