From 4b0acc5df39460d02ab73bf310e7914448df0314 Mon Sep 17 00:00:00 2001 From: TA2k Date: Tue, 30 May 2023 21:12:39 +0200 Subject: [PATCH] 2.1.0 --- io-package.json | 26 ++++++++++---------------- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 13 insertions(+), 19 deletions(-) diff --git a/io-package.json b/io-package.json index 8b3ef4d..df665c5 100644 --- a/io-package.json +++ b/io-package.json @@ -1,8 +1,12 @@ { "common": { "name": "viessmannapi", - "version": "2.0.9", + "version": "2.1.0", "news": { + "2.1.0": { + "en": "update to new api endpoint", + "de": "Update auf neue API Endpunkte" + }, "2.0.9": { "en": "add setValue for curve values" }, @@ -62,12 +66,8 @@ "pl": "Adapter do urządzeń Viessmannapi z Vitoconnect Box", "zh-cn": "带有 Vitoconnect 盒的 Viessmannapi 设备适配器" }, - "authors": [ - "TA2k " - ], - "keywords": [ - "Viessmannapi" - ], + "authors": ["TA2k "], + "keywords": ["Viessmannapi"], "license": "MIT", "platform": "Javascript/Node.js", "main": "main.js", @@ -98,14 +98,8 @@ } ] }, - "encryptedNative": [ - "client_id", - "password" - ], - "protectedNative": [ - "client_id", - "password" - ], + "encryptedNative": ["client_id", "password"], + "protectedNative": ["client_id", "password"], "native": { "username": "", "password": "", @@ -137,4 +131,4 @@ "native": {} } ] -} \ No newline at end of file +} diff --git a/package-lock.json b/package-lock.json index b4805b8..e8e7f0a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "iobroker.viessmannapi", - "version": "2.0.9", + "version": "2.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "iobroker.viessmannapi", - "version": "2.0.9", + "version": "2.1.0", "license": "MIT", "dependencies": { "@iobroker/adapter-core": "^2.6.8", diff --git a/package.json b/package.json index 078f504..b8e337e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.viessmannapi", - "version": "2.0.9", + "version": "2.1.0", "description": "Adapter for Viessmannapi", "author": { "name": "TA2k",