-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- fix login
- Loading branch information
Showing
6 changed files
with
581 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"plugins": ["iobroker", "license", "manual-review"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
MIT License | ||
|
||
Copyright (c) 2022 TA2k <[email protected]> | ||
Copyright (c) 2022-2030 TA2k <[email protected]> | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -111,6 +111,9 @@ Stop: | |
<https://forum.iobroker.net/topic/59466/test-adapter-vesync> | ||
|
||
## Changelog | ||
### 0.0.8 (2024-10-26) | ||
|
||
- fix login | ||
|
||
### 0.0.3 | ||
|
||
|
@@ -120,7 +123,7 @@ Stop: | |
|
||
MIT License | ||
|
||
Copyright (c) 2022 TA2k <[email protected]> | ||
Copyright (c) 2022-2030 TA2k <[email protected]> | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,21 @@ | ||
{ | ||
"common": { | ||
"name": "vesync", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"news": { | ||
"0.0.8": { | ||
"en": "fix login", | ||
"de": "zurück zur übersicht", | ||
"ru": "исправить логин", | ||
"pt": "corrigir login", | ||
"nl": "fix login", | ||
"fr": "correction de la connexion", | ||
"it": "fix login", | ||
"es": "corrección de inicio", | ||
"pl": "naprawić logowanie", | ||
"uk": "фіксувати логін", | ||
"zh-cn": "固定登录" | ||
}, | ||
"0.0.7": { | ||
"en": "added health data and reduce relogin in the app", | ||
"de": "Gesundheitsdaten hinzugefügt und erneutes Anmelden in der App reduziert" | ||
|
@@ -53,8 +66,12 @@ | |
"pl": "Adapter do VeSync", | ||
"zh-cn": "VeSync 适配器" | ||
}, | ||
"authors": ["TA2k <[email protected]>"], | ||
"keywords": ["vesync"], | ||
"authors": [ | ||
"TA2k <[email protected]>" | ||
], | ||
"keywords": [ | ||
"vesync" | ||
], | ||
"license": "MIT", | ||
"platform": "Javascript/Node.js", | ||
"main": "main.js", | ||
|
@@ -82,8 +99,12 @@ | |
} | ||
] | ||
}, | ||
"encryptedNative": ["password"], | ||
"protectedNative": ["password"], | ||
"encryptedNative": [ | ||
"password" | ||
], | ||
"protectedNative": [ | ||
"password" | ||
], | ||
"native": { | ||
"username": "", | ||
"password": "", | ||
|
Oops, something went wrong.