OpenZWave / node-openzwave-shared

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

Get current value #362

Closed andergabilondo closed 4 years ago

andergabilondo commented 4 years ago

How do I get current value of a variable? Is there an equivalent to setValue? Something like getValue?

Polling works but I want to read it whenever I want.

Thanks!!