KoenZomers.Tado.Api
0.3.0
See the version list below for details.
dotnet add package KoenZomers.Tado.Api --version 0.3.0
NuGet\Install-Package KoenZomers.Tado.Api -Version 0.3.0
<PackageReference Include="KoenZomers.Tado.Api" Version="0.3.0" />
paket add KoenZomers.Tado.Api --version 0.3.0
#r "nuget: KoenZomers.Tado.Api, 0.3.0"
// Install KoenZomers.Tado.Api as a Cake Addin #addin nuget:?package=KoenZomers.Tado.Api&version=0.3.0 // Install KoenZomers.Tado.Api as a Cake Tool #tool nuget:?package=KoenZomers.Tado.Api&version=0.3.0
Contains a C# library that can be used to communicate with Tado heating and cooling systems
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
-
- Newtonsoft.Json (>= 10.0.3)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
- Fixed an issue where a recursive loop would arise causing a StackOverflow exception as soon as the access token would expire and the refresh token would be used to get a new access token
- Updated the Client ID and Client Secret to be the special ones set up by Tado for 3rd parties, as by their request
- Fixed a disposal issue when providing proxy configuration to the Tado session instance