Skip to content

Commit ee80492

Browse files
committed
prepare for release
1 parent dfd5d51 commit ee80492

File tree

4 files changed

+9
-2
lines changed

4 files changed

+9
-2
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,5 @@ zwcfg*
1010
zwscene.xml
1111
node_modules
1212
.idea
13+
.tags
14+
.vscode

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ Fix scene values type 'list' (Partially fix #266) #267
3333
# 1.4.8
3434
add support for SmartOS #272
3535

36-
# (next)
36+
# 1.6.0
37+
Initial support for OpenZWave 1.6
38+
- implement exception macros
39+
- [deprecate several legacy OpenZWave calls](https://github.com/OpenZWave/open-zwave/wiki/OpenZWave-1.6-Release-Notes#deprecated-featuresmethods)
3740
Updated Raspbian Readme to fix bug when installing on Raspbian stretch #271
3841
iBetter typescript integration #263

README-api.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## API
22

3+
> This library is as similar as possible to the [C++ OpenZwave::Manager API](http://www.openzwave.com/dev/classOpenZWave_1_1Manager.html) for Node.js. Please note that this is not always possible to have the _exact_ same behaviour as in the C++ library.
4+
35
Start by loading the addon with `require` and then create a new instance of the addon:
46
```js
57
var OZW = require('openzwave-shared');

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openzwave-shared",
3-
"version": "1.4.8",
3+
"version": "1.5.0",
44
"description": "Node.JS bindings for OpenZWave including management and security functions",
55
"main": "./lib/openzwave-shared.js",
66
"types": "./types/openzwave-shared.d.ts",

0 commit comments

Comments
 (0)