OpenZWave / openzwave-dotnet-uwp

An Open-ZWave wrapper for use with .NET or UWP apps
Apache License 2.0
45 stars 27 forks source link

AddValue is not raised for all values #17

Closed jusovsky closed 5 years ago

jusovsky commented 6 years ago

It appears that not all discovered values are being advertised during the startup routine. Only the values included in the definition files are advertised. For example, the Kwikset 914 lock never raises ValueAdded for its "Lock" value, but everything else defined in the device database's file (including all 30 lock code values) are.

dotMorten commented 5 years ago

Since this library is just wrapping the native OpenZWave library, and you confirmed the event can actually fire (confirming the wrapper works), this is probably better to ask in the OpenZWave repo.