Skip to content

Commit b27f5f0

Browse files
committed
amend README
1 parent dd035e6 commit b27f5f0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,14 @@ This addon is currently able to:
3131
- *perform* management tasks (add/remove nodes, replace failed nodes, manage
3232
their group associations etc)
3333

34+
**API change notice (v1.4.0)**
35+
`enablePoll()` and `disablePoll()` used to affect *only the first ValueID of any given command class*.
36+
This is *wrong*, as for multi-instance devices you probably need to poll multiple ValueID's.
37+
These calls now accept a valueId, in very much the same way as `setValue()` does. This means that
38+
you now have to pass a valueID object (or its 4 constituents) for each value you want to enable/disable
39+
polling for.
40+
41+
3442
**Important notice**
3543

3644
This library differs from its [ancestor library](https://github.com/jperkin/node-openzwave)

0 commit comments

Comments
 (0)