Skip to content

Releases: Riges/Netatmo

Release 1.7.0

25 Aug 15:02
95cba90
Compare
Choose a tag to compare
Move project to .net 8, remove Moq, update Flurl to v4

Release 1.6.0

16 Aug 15:16
3daceed
Compare
Choose a tag to compare
Move project to .net 6

Release 1.5.3

19 Jul 09:26
e1d747c
Compare
Choose a tag to compare
fix: quick fix for netatmo api changes

Extend CredentialManager to accept refresh_token and add warning message
for deprecated GenerateToken

Example usage:

```csharp
var clientId = "myClientId";
var clientSecret = "myClientSecret";
var accessToken = "myAccessToken";
var refreshToken = "myRefreshToken";

var client = new Client(
    SystemClock.Instance, "https://api.netatmo.com/",
    clientId,
    clientSecret);

client.ProvideOAuth2Token(accessToken, refreshToken);
await client.RefreshToken();
var stationsData = await client.Weather.GetStationsData();
```

Refs: #167 #168

Release 1.5.2

13 Aug 19:28
8d19783
Compare
Choose a tag to compare
Update Netatmo.csproj

Release 1.4.1

21 Apr 13:27
Compare
Choose a tag to compare
fix setthermmode url

Release 1.4.0

31 Jan 15:08
Compare
Choose a tag to compare
extened Indoor dashboard with humidity and upgrade sdk to .Net core 3.1

1.3.2: Add existing oauth2Token support (#32)

20 Sep 10:05
Compare
Choose a tag to compare
Some services (as Alexa skills) manage the authentication and just provide the app oauth2 token.
I added the oauth2 existing token support in "generate token" process.

1.3.1

20 Sep 10:05
Compare
Choose a tag to compare
Add AirClient to IClient

1.3.0

20 Sep 10:05
Compare
Choose a tag to compare
Air Client review changes

1.2.1

28 Dec 15:17
Compare
Choose a tag to compare
remove travis badge