Birdhouse 1.1.0-preview242

This is a prerelease version of Birdhouse.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package Birdhouse --version 1.1.0-preview242
                    
NuGet\Install-Package Birdhouse -Version 1.1.0-preview242
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Birdhouse" Version="1.1.0-preview242" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Birdhouse" Version="1.1.0-preview242" />
                    
Directory.Packages.props
<PackageReference Include="Birdhouse" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Birdhouse --version 1.1.0-preview242
                    
#r "nuget: Birdhouse, 1.1.0-preview242"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=Birdhouse&version=1.1.0-preview242&prerelease
                    
Install Birdhouse as a Cake Addin
#tool nuget:?package=Birdhouse&version=1.1.0-preview242&prerelease
                    
Install Birdhouse as a Cake Tool

Birdhouse is a .NET Portable Class Library which provides a convinient wrapper around the Nest REST API which is used for interacting with Nest thermostats and smoke detectors.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.0-preview246 1,213 7/12/2015
1.1.0-preview243 1,102 7/4/2015
1.1.0-preview242 1,091 7/4/2015
1.1.0-preview241 1,090 7/3/2015
1.0.0 1,801 7/2/2015

This is the initial release of the Birdhouse library. It supports reading data from Nest thermostats and smoke/co detectors along with structure data. The API also supports updating a number of read/write values. Event streaming is not presently supported.