File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff 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
3644This library differs from its [ ancestor library] ( https://github.com/jperkin/node-openzwave )
You can’t perform that action at this time.
0 commit comments