OpenZWave / node-openzwave-shared

OpenZWave addon for Node.js (all versions) including management and security functions
Other
199 stars 113 forks source link

Enable/Disable polling of values #276

Open robertsLando opened 5 years ago

robertsLando commented 5 years ago

I have just checked the events polling disabled and polling enabled seems that they set the node property polled to true/false. I don't understand what this means as polling is enable on values not nodes and the property to update is is_polled.

So is this event wrong or there are other events to detect when polling is enabled/disabled for a specific valueid (by using enablePoll or disablePoll functions) ?

Reference issue to my project: https://github.com/robertsLando/Zwave2Mqtt/issues/18