Info
Version: | 1.0.0 |
Author(s): | Nicholas Ruffing |
Last Update: | Monday, March 2, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/nruffing/FluentHue |
NuGet Url: | https://www.nuget.org/packages/FluentHue |
Install
Install-Package FluentHue
dotnet add package FluentHue
paket add FluentHue
FluentHue Download (Unzip the "nupkg" after downloading)
Dependencies
- AutoMapper(>= 9.0.0)
- Newtonsoft.Json(>= 12.0.3)
- RestSharp(>= 106.10.1)
- SimpleInjector(>= 4.9.0)
- Validation(>= 2.4.22)
Almost all functionality has both synchronous and asynchronous support. This is a work in progress which currently supports the ability to set, toggle, and retrieve the current state of a light which currently includes whether the light is on or off, the light's brightness, and the light's color (if supported) as well as renaming a light and initiate the Hue bridge to search for new lights with or without looking for specific serial numbers.