Particle.SDK
0.1.0
Particle Windows Cloud SDK enables Windows apps to interact with Particle-powered connected products via the Particle Cloud. It’s an easy-to-use wrapper for Particle REST API
Install-Package Particle.SDK -Version 0.1.0
dotnet add package Particle.SDK --version 0.1.0
<PackageReference Include="Particle.SDK" Version="0.1.0" />
paket add Particle.SDK --version 0.1.0
#r "nuget: Particle.SDK, 0.1.0"
Release Notes
Add .NET Framework 4.5.2 library for use in non WinRT applications
ParticleCloud
- Add public properties OAuthClientId and OAuthClientSecret for setting OAuth client tokens
- Add SignupWithCustomerAsync, RequestPasswordResetForCustomerAsync, and CreateClaimCodeForOrganizationAsync
ParticleDevice
- Add SignalAsync to send a signal to the device to shout rainbows
- Add public properties IsFlashing, KnownPlatformId, and KnownProductId
- Add Digistump Oak, RedBear Duo, and Bluz DK to the list of know devices
Dependencies
-
- Newtonsoft.Json (>= 8.0.3)
Used By
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Particle.SDK:
Package | Downloads |
---|---|
Particle.Setup
The Particle Device Setup library provides everything you need to offer your users a simple initial setup process for Particle-powered devices. This includes all the necessary device communication code, and a simple developer API.
|
GitHub repositories
This package is not used by any popular GitHub repositories.