ZWaveLib 1.0.10

There is a newer version of this package available.
See the version list below for details.
dotnet add package ZWaveLib --version 1.0.10
                    
NuGet\Install-Package ZWaveLib -Version 1.0.10
                    
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="ZWaveLib" Version="1.0.10" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ZWaveLib" Version="1.0.10" />
                    
Directory.Packages.props
<PackageReference Include="ZWaveLib" />
                    
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 ZWaveLib --version 1.0.10
                    
#r "nuget: ZWaveLib, 1.0.10"
                    
#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.
#:package ZWaveLib@1.0.10
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=ZWaveLib&version=1.0.10
                    
Install as a Cake Addin
#tool nuget:?package=ZWaveLib&version=1.0.10
                    
Install as a Cake Tool

Z-Wave Home Automation library (.NET / Mono)
Features
- Works with most Z-Wave serial controllers
- 100% managed code implementation
- Event driven
- Hot plug
- Automatically restabilish connection on error/disconnect
- Compatible with Mono

[Source Code and Home Page]
https://github.com/genielabs/zwave-lib-dotnet

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 ZWaveLib:

Package Downloads
MIG.HomeAutomation

Interface for MIG service that adds HomeAutomation commands for controlling X10 and Z-Wave devices.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.1.4 308 3/9/2025
1.1.3 209 3/9/2025
1.1.2 971 10/4/2023
1.1.1 3,143 12/26/2022
1.1.0 511 12/18/2022
1.0.23 1,881 6/23/2020
1.0.20 855 6/11/2020
1.0.19 1,575 6/17/2019
1.0.18 5,192 9/24/2018
1.0.17 925 9/23/2018
1.0.15 1,622 6/25/2017
1.0.14 1,343 6/2/2016
1.0.13 1,233 5/30/2016
1.0.12 1,365 1/18/2016
1.0.11 1,238 12/13/2015
1.0.10 1,573 12/3/2015
1.0.9 1,431 11/29/2015
1.0.8 1,247 11/18/2015
1.0.7 1,258 10/29/2015
1.0.6 1,227 10/29/2015
1.0.5 1,228 10/20/2015

- Fixed WakeUp class bug, it was queuing send to sleep commands
       - Fixed SwitchBinary class that was sending out messages as Basic cc
       - Assigned proper events to Basic, SwitchBinary and SwitchMultilevel report