From 7ac4a92f91aa5df8d3d11e92418dae0ad4085059 Mon Sep 17 00:00:00 2001 From: TA2k Date: Mon, 16 Oct 2023 16:03:49 +0200 Subject: [PATCH] 2.2.1 --- io-package.json | 4 ++-- lib/extractKeys.js | 1 - package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 5 insertions(+), 6 deletions(-) diff --git a/io-package.json b/io-package.json index b944dbb..ba66e41 100644 --- a/io-package.json +++ b/io-package.json @@ -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" }, diff --git a/lib/extractKeys.js b/lib/extractKeys.js index 46ef1b4..ef85678 100644 --- a/lib/extractKeys.js +++ b/lib/extractKeys.js @@ -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, "_"); } } }); diff --git a/package-lock.json b/package-lock.json index 2f09d95..b3bf470 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "iobroker.viessmannapi", - "version": "2.2.0", + "version": "2.2.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "iobroker.viessmannapi", - "version": "2.2.0", + "version": "2.2.1", "license": "MIT", "dependencies": { "@iobroker/adapter-core": "^3.0.4", diff --git a/package.json b/package.json index d9955cc..0613c68 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.viessmannapi", - "version": "2.2.0", + "version": "2.2.1", "description": "Adapter for Viessmannapi", "author": { "name": "TA2k",