smarthomej / addons

SmartHome/J addons for openHAB
Eclipse Public License 2.0
61 stars 25 forks source link

[amazonechocontrol] refactoring and code improvements #202

Closed J-N-K closed 2 years ago

J-N-K commented 3 years ago

This PR refactors the connection process and simplifies code. The storage of the login data has been changed to JSON serialization instead of the previous proprietary code. This is backward compatible.

Signed-off-by: Jan N. Klug jan.n.klug@rub.de

J-N-K commented 2 years ago

Will be replaced by several smaller PR due to issues found while logging in.