DevBot9.NanoFramework.Homie 0.9.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package DevBot9.NanoFramework.Homie --version 0.9.0
NuGet\Install-Package DevBot9.NanoFramework.Homie -Version 0.9.0
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="DevBot9.NanoFramework.Homie" Version="0.9.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DevBot9.NanoFramework.Homie --version 0.9.0
#r "nuget: DevBot9.NanoFramework.Homie, 0.9.0"
#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.
// Install DevBot9.NanoFramework.Homie as a Cake Addin
#addin nuget:?package=DevBot9.NanoFramework.Homie&version=0.9.0

// Install DevBot9.NanoFramework.Homie as a Cake Tool
#tool nuget:?package=DevBot9.NanoFramework.Homie&version=0.9.0

Homie implementation for nanoFramework.

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 (1)

Showing the top 1 NuGet packages that depend on DevBot9.NanoFramework.Homie:

Package Downloads
DevBot9.NanoFramework.Homie.Utilities

Homie implementation for nanoFramework.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.12.0-preview.5 251 10/14/2021
0.11.1 488 10/11/2021
0.11.0 413 10/11/2021
0.10.0 410 8/2/2021
0.10.0-preview.57 176 7/28/2021
0.10.0-preview.44 142 7/22/2021
0.10.0-preview.30 158 7/12/2021
0.10.0-preview.20 164 7/11/2021
0.10.0-preview.18 161 7/8/2021
0.10.0-preview.13 178 7/2/2021
0.9.0 187 6/28/2021
0.9.0-preview.43 142 6/6/2021
0.9.0-preview.38 154 5/23/2021
0.9.0-preview.34 148 5/14/2021
0.9.0-preview.28 187 5/7/2021
0.9.0-preview.13 163 5/3/2021
0.8.0 183 4/24/2021

## [0.9.0] - 2021-06-28
### Added
- Adding an ability to parse entire ClientDevice object from ClientDeviceMetadata. This should help a lot for generic consumers like BHD which shows all the properties of all devices.
- ClientDevice now also uses PropertyChanged events.
- Companion Homie.Utilities Nuget now has a ResilientHomieBroker class. It can be used to create a reconnecting Homie connection.
- Host Devices now expose Last Will topic and payload. Users can use those when connecting to broker.
- Implemented ClientColorProperty and ClientEnumProperty.
- Added alternative FetchDevices method to HomieTopicFetcher

### Changed
- DeviceId is now a public device property available for everyone to consume.
- HomieTopicTreeParser moved to a separate Homie.Utilities Nuget.
- Completely revamping HomieTopicTreeParser. It is now more robust and parses as much as possible and returns a perfectly valid Homie device tree.
- Client-side property creators now actually check if data is valid and throws exceptions if it is not.
- HomieColor is now based on static methods.
- Using "Fx" format for float properties instead of "0.0#".

### Fixed
- ClientDevice had incorrectly working topic and state hooks.
- Commands will now not be executed during initialization if there a retained topic in MQTT broker.
- Command properties now do not publish to main topic on startup.
- Moving TreeParser to proper namespace.
- Fixed naming for Lightbulb property so it reflects being a parameter.

### Removed
- Removing Percent data type because it is confusing and redundant.