zwave4j icon indicating copy to clipboard operation
zwave4j copied to clipboard

Results 26 zwave4j issues
Sort by recently updated
recently updated
newest added

This wrapper is unmaintained right now and may not work with the latest OZW version. If you would like to take over maintenance please contact myself.

Fixed several crashes Added new methods from the latest openzwave Modified build script to build with Visual Studio there are still some issues with the build script where it doesn't...

Per the OZW 1.6 Release Notes on the new [BitSet ValueID](https://github.com/OpenZWave/open-zwave/wiki/OpenZWave-1.6-Release-Notes#bitset-valueid) Need to ensure that the BitSet ValueID is supported. Manager References: [Manager::GetValueAsBitSet (ValueID const &_id, uint8 _pos, bool *o_value)](http://openzwave.com/dev/classOpenZWave_1_1Manager.html#a8d056bcf6b8bfcfc9ec1ec48377b0b03)...

As per the OZW 1.6 Release Notes, [Several methods have been depreciated](https://github.com/OpenZWave/open-zwave/wiki/OpenZWave-1.6-Release-Notes#deprecated-featuresmethods) Need to remove these calls to OZW.

As Per the OZW 1.6 Release Notes, [the Notification class has some new types and a UserAlert type that should be displayed to the user](https://github.com/OpenZWave/open-zwave/wiki/OpenZWave-1.6-Release-Notes#notifications) Need to update to support...

As per the OZW 1.6 Release Notes, [SendRawData method has been added](https://github.com/OpenZWave/open-zwave/wiki/OpenZWave-1.6-Release-Notes) Need to update to expose this method.

As per the OZW 1.6 Release Notes, [Exceptions are now used throughout OZW](https://github.com/OpenZWave/open-zwave/wiki/OpenZWave-1.6-Release-Notes#c-exceptions) Any calls to any OZW Methods (in any of the Classes, such as Manager, Options etc) now...

As per the OZW 1.6 Release Notes, [Config Files are now versioned, and can be dynamically updated from the OZW website when new versions are available](https://github.com/OpenZWave/open-zwave/wiki/OpenZWave-1.6-Release-Notes#config-file-revision-management) Need to export the...

Per the OZW 1.6 Release Notes - [MetaData about individual devices is now available](https://github.com/OpenZWave/open-zwave/wiki/OpenZWave-1.6-Release-Notes#device-metadata-information) Need to export the [GetMetaData](http://openzwave.com/dev/classOpenZWave_1_1Manager.html#aca62303fb4ff70de821a9d0fcc683b1c), [GetChangeLog](http://openzwave.com/dev/classOpenZWave_1_1Manager.html#a163dcb56746025c5b9f7a799084282b8) and [NodeMetaData Enum](http://openzwave.com/dev/classOpenZWave_1_1Node.html#ac9196345e8f139a6e9e81e1480f4ff2a) In addition, the Device Database includes pictures...

Per the OZW 1.6 Release Notes, [BeginControllerCommand has been depreciated and replaced with a number of dedicated calls instead](https://github.com/OpenZWave/open-zwave/wiki/OpenZWave-1.6-Release-Notes#controller-management) Please refer to the [See Also section here](http://openzwave.com/dev/classOpenZWave_1_1Manager.html#aa11faf40f19f0cda202d2353a60dbf7b) for a list...