TheByteStuff.VenstarAPI 3.2.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
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>TheByteStuff.VenstarAPI</id>
<version>3.2.0</version>
<authors>The Byte Stuff, LLC</authors>
<owners>The Byte Stuff, LLC</owners>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<licenseUrl>https://github.com/TheByteStuff/VenstarAPI/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/TheByteStuff/VenstarAPI</projectUrl>
<iconUrl>https://github.com/TheByteStuff/VenstarAPI/blob/master/src/VenstarAPI/CardFront_Clip.ico</iconUrl>
<description>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&amp;utm_medium=www&amp;utm_campaign=VenstarAPI</description>
<releaseNotes>Upgrade to Newtonsoft.Json 13.0.1 per security vulnerability concern.</releaseNotes>
<copyright>2019-2022</copyright>
<tags>Venstar VenstarAPI localapi HomeAutomation</tags>
<repository type="git" url="https://github.com/TheByteStuff/VenstarAPI" />
<dependencies>
<group targetFramework=".NETStandard2.0">
<dependency id="Newtonsoft.Json" version="13.0.1" exclude="Build,Analyzers" />
<dependency id="RestSharp" version="106.6.9" exclude="Build,Analyzers" />
</group>
</dependencies>
</metadata>
</package>