-
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 for login
- Loading branch information
Showing
5 changed files
with
34 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 |
---|---|---|
@@ -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 |
---|---|---|
|
@@ -29,7 +29,7 @@ bosch-ebike.0.id.remote auf true/false setzen steuert den jeweiligen Befehl | |
<https://forum.iobroker.net/topic/55902/test-adapter-bosch-ebik-connect-flow> | ||
|
||
## Changelog | ||
### 0.1.8 (2024-11-25) | ||
### 0.1.9 (2024-11-25) | ||
|
||
- fix for login | ||
|
||
|
@@ -45,7 +45,7 @@ bosch-ebike.0.id.remote auf true/false setzen steuert den jeweiligen Befehl | |
|
||
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": "bosch-ebike", | ||
"version": "0.1.7", | ||
"version": "0.1.9", | ||
"news": { | ||
"0.1.9": { | ||
"en": "fix for login", | ||
"de": "fix für anmeldung", | ||
"ru": "для входа", | ||
"pt": "correção para login", | ||
"nl": "fix voor aanmelden", | ||
"fr": "correction de la connexion", | ||
"it": "correzione per il login", | ||
"es": "fijación para iniciar sesión", | ||
"pl": "fix dla logowania", | ||
"uk": "фіксувати логін", | ||
"zh-cn": "登录的固定" | ||
}, | ||
"0.1.7": { | ||
"en": "add max trips setting", | ||
"de": "Maximale Anzahl von Fahrten hinzufügen" | ||
|
@@ -53,8 +66,14 @@ | |
"pl": "Adapter do Bosch eBike", | ||
"zh-cn": "Bosch eBike 适配器" | ||
}, | ||
"authors": ["TA2k <[email protected]>"], | ||
"keywords": ["bosch", "ebike", "ebike connect"], | ||
"authors": [ | ||
"TA2k <[email protected]>" | ||
], | ||
"keywords": [ | ||
"bosch", | ||
"ebike", | ||
"ebike connect" | ||
], | ||
"license": "MIT", | ||
"platform": "Javascript/Node.js", | ||
"main": "main.js", | ||
|
@@ -88,8 +107,12 @@ | |
} | ||
] | ||
}, | ||
"encryptedNative": ["password"], | ||
"protectedNative": ["password"], | ||
"encryptedNative": [ | ||
"password" | ||
], | ||
"protectedNative": [ | ||
"password" | ||
], | ||
"native": { | ||
"username": "", | ||
"password": "", | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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