jperkin / node-openzwave

node.js interface to libopenzwave
Other
110 stars 55 forks source link

Connections property deprecated #49

Closed witstreams closed 9 years ago

witstreams commented 9 years ago

I am using Node version 0.10.35 on OSX.

This works great to discover and event as things change.

However, when I attempt to send a command using switchOn, or setValue methods, I receive the following console response:

"connections property is deprecated. Use getConnections() method"

Any suggestions?