node-openzwave icon indicating copy to clipboard operation
node-openzwave copied to clipboard

disablePoll in src

Open altDAW opened this issue 10 years ago • 0 comments

Hello,

I see that your "openzwave.cc" file in the src folder have one line that seems to be weird. Indeed, the 719 line is :

NODE_SET_PROTOTYPE_METHOD(t, "disablePoll", OZW::EnablePoll);

But some lines before there is a function called : Handle<Value> OZW::DisablePoll(const Arguments& args) And you do not use this function.

Is it normal ?

Thank's, ALT

altDAW avatar Oct 09 '15 14:10 altDAW