TheByteStuff.VenstarAPI
3.0.0
See the version list below for details.
Install-Package TheByteStuff.VenstarAPI -Version 3.0.0
dotnet add package TheByteStuff.VenstarAPI --version 3.0.0
<PackageReference Include="TheByteStuff.VenstarAPI" Version="3.0.0" />
paket add TheByteStuff.VenstarAPI --version 3.0.0
#r "nuget: TheByteStuff.VenstarAPI, 3.0.0"
// Install TheByteStuff.VenstarAPI as a Cake Addin
#addin nuget:?package=TheByteStuff.VenstarAPI&version=3.0.0
// Install TheByteStuff.VenstarAPI as a Cake Tool
#tool nuget:?package=TheByteStuff.VenstarAPI&version=3.0.0
Object model and API helper definition for working with a Venstar Smart Thermostat over the local API. The code for this project was developed/tested against a Venstar Colortouch model T7900. The Byte Stuff, LLC is not afailiated with Venstar nor has Venstar endorsed this project.
Includes support for use with a Thermostat Local API in unsecure/http as well as secure/https mode.
Use of this software is free.
Suggestions or donations are both appreciated and welcome can be made by using the "Contact" tab at https://www.thebytestuff.com/?utm_source=nuget&utm_medium=www&utm_campaign=VenstarAPI
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETStandard 2.0
- Newtonsoft.Json (>= 12.0.2)
- RestSharp (>= 106.6.9)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Change from .NetFramework to .NetStandard, change licensing from Apache to MIT