Skip to content

Commit

Permalink
2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TA2k committed May 30, 2023
1 parent a4e0d63 commit 4b0acc5
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 19 deletions.
26 changes: 10 additions & 16 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -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"
},
Expand Down Expand Up @@ -62,12 +66,8 @@
"pl": "Adapter do urządzeń Viessmannapi z Vitoconnect Box",
"zh-cn": "带有 Vitoconnect 盒的 Viessmannapi 设备适配器"
},
"authors": [
"TA2k <[email protected]>"
],
"keywords": [
"Viessmannapi"
],
"authors": ["TA2k <[email protected]>"],
"keywords": ["Viessmannapi"],
"license": "MIT",
"platform": "Javascript/Node.js",
"main": "main.js",
Expand Down Expand Up @@ -98,14 +98,8 @@
}
]
},
"encryptedNative": [
"client_id",
"password"
],
"protectedNative": [
"client_id",
"password"
],
"encryptedNative": ["client_id", "password"],
"protectedNative": ["client_id", "password"],
"native": {
"username": "",
"password": "",
Expand Down Expand Up @@ -137,4 +131,4 @@
"native": {}
}
]
}
}
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.0.9",
"version": "2.1.0",
"description": "Adapter for Viessmannapi",
"author": {
"name": "TA2k",
Expand Down

0 comments on commit 4b0acc5

Please sign in to comment.