NetatmoSwiftSDK is a Swift wrapper around the Netatmo API.
Welcome to the Netatmo swagger on-line documentation ! This site is a complement to the official Netatmo developper docu
- Added more detailed documentation for [Authentication Setup](https://github.com/Baza207/NetatmoSwiftSDK/blob/master/Documentation/Authentication-Set…
- Added `unauthorized` to `AuthState`. `unknown` now only shows during setup or if there's an issue with setup. `unauthorized` will now show when the …
- Implemented initial authentication with OAuth2 - Created basic functions and models for Weather and Security - Implemented basic error handling -…