jperkin / node-openzwave

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

enable polling options for devices that don't give back status #14

Open gvdhoven opened 10 years ago

gvdhoven commented 10 years ago

I have a device that does not report back it's status by default; therefore i need to enable polling. I eventually got it to work, but i would like to set the polling options. I would love to help out (https://code.google.com/p/open-zwave/source/browse/wiki/Config_Options.wiki) but i don't know how to compile the src/openzwave.cc source.

gvdhoven commented 10 years ago

got it fixed locally, and it builds fine. Just wondering how to implement it in a nice way; but for now i'll just add all options and send you a pull request.